kubernetes/pkg/controller/persistentvolume
k8s-merge-robot 07471cf90f Merge pull request #27553 from justinsb/pvc_zone_spreading_2
Automatic merge from submit-queue

AWS/GCE: Spread PetSet volume creation across zones, create GCE volumes in non-master zones

Long term we plan on integrating this into the scheduler, but in the
short term we use the volume name to place it onto a zone.
    
We hash the volume name so we don't bias to the first few zones.
    
If the volume name "looks like" a PetSet volume name (ending with
-<number>) then we use the number as an offset.  In that case we hash
the base name.
2016-06-22 01:22:16 -07:00
..
options added toggle to disable dynamic provisioning 2016-06-20 01:15:23 -04:00
binder_test.go Fix several spelling errors in comments. 2016-06-17 10:41:18 -07:00
controller_base.go Merge pull request #27567 from saad-ali/blockKubeletOnAttachController 2016-06-20 20:36:08 -07:00
controller_test.go added toggle to disable dynamic provisioning 2016-06-20 01:15:23 -04:00
controller.go Merge pull request #27553 from justinsb/pvc_zone_spreading_2 2016-06-22 01:22:16 -07:00
delete_test.go Merge pull request #27434 from jsafrane/pv-events-message 2016-06-20 01:36:28 -07:00
framework_test.go Merge pull request #27128 from markturansky/disable_provisioning 2016-06-20 02:10:43 -07:00
index_test.go Add label selector to match criteria for claims to volumes 2016-05-30 12:11:12 -04:00
index.go Fix typo and linewrap comments in PV controller 2016-06-02 15:50:07 -04:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
provision_test.go added toggle to disable dynamic provisioning 2016-06-20 01:15:23 -04:00
recycle_test.go Fill PV.Status.Message with deleter/recycler errors. 2016-06-15 14:56:31 +02:00
volume_host.go Introduce new kubelet volume manager 2016-06-15 09:34:08 -07:00