kubernetes/pkg/controller/persistentvolume
k8s-merge-robot 4877153727 Merge pull request #26772 from jsafrane/flake-controller-cache-empty
Automatic merge from submit-queue

Wait for all volumes/claims to get synced in unit test.

Controller.HasSynced() returns true when all initial claims/volumes were sent
to appropriate goroutines, not when the goroutine has actually processed them.

Fixes #26712
2016-06-03 17:05:22 -07:00
..
options Reduce volume controller sync period 2016-05-30 09:59:31 +02:00
binder_test.go Add label selector to match criteria for claims to volumes 2016-05-30 12:11:12 -04:00
controller_base.go Fill controller caches on startup 2016-05-30 13:16:45 +02:00
controller_test.go Wait for all volumes/claims to get synced in unit test. 2016-06-03 10:53:56 +02:00
controller.go Merge pull request #26733 from pmorie/pv-controller-typos 2016-06-03 04:51:08 -07:00
delete_test.go Big move and rename 2016-05-18 10:06:51 +02:00
framework_test.go Merge pull request #26410 from jsafrane/fix-test-race 2016-06-02 04:25:08 -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 Generate shorter provisioned PV names. 2016-05-18 10:06:51 +02:00
recycle_test.go Big move and rename 2016-05-18 10:06:51 +02:00
volume_host.go Big move and rename 2016-05-18 10:06:51 +02:00