kubernetes/pkg/controller/volume/persistentvolume
Jan Safranek 101602ab11 Pass whole PVC to provisioner plugin
Gluster provisioner is interested in pvc.Namespace and I don't want to add
at as a new field in VolumeOptions - it would contain almost whole PVC.

Let's pass direct reference to PVC instead and let the provisioner to pick
information it is interested in.
2016-10-12 12:22:01 +02:00
..
options Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00
binder_test.go move StorageClass to its own group 2016-09-06 08:41:17 -04:00
delete_test.go Update cloud providers 2016-09-15 10:33:57 +02:00
framework_test.go Pass whole PVC to provisioner plugin 2016-10-12 12:22:01 +02:00
index_test.go Merge pull request #30690 from wongma7/claimref-capacity 2016-08-21 16:02:14 -07:00
index.go Merge pull request #30690 from wongma7/claimref-capacity 2016-08-21 16:02:14 -07:00
OWNERS Reorganize volume controllers and manager 2016-07-01 18:50:25 -07:00
provision_test.go Do not report warning event when an nknown provisioner is requested 2016-09-07 09:11:41 +02:00
pv_controller_base.go Refactor volume controller parameters into a structure 2016-09-26 14:15:25 +02:00
pv_controller_test.go Rename controller*.go to pv_controller*.go 2016-09-26 12:26:58 +02:00
pv_controller.go Pass whole PVC to provisioner plugin 2016-10-12 12:22:01 +02:00
recycle_test.go move StorageClass to its own group 2016-09-06 08:41:17 -04:00
volume_host.go Fix default resource limits (node capacities) for downward api volumes 2016-08-16 14:41:17 -04:00