kubernetes/pkg/controller/volume/persistentvolume
Jan Safranek 0fd5f2028d Add work queues to PV controller
PV controller should not use Controller.Requeue, as as it is not available in
shared informers. We need to implement our own work queues instead where we
can enqueue volumes/claims as we want.
2017-01-02 15:17:24 +01:00
..
options autoupdate BUILD files 2016-12-12 13:30:07 -08:00
binder_test.go cmd/kube-controller-manager 2016-11-23 15:53:09 -08:00
BUILD Add work queues to PV controller 2017-01-02 15:17:24 +01:00
delete_test.go cmd/kube-controller-manager 2016-11-23 15:53:09 -08:00
framework_test.go Fix variable shadowing in exponential backoff when deleting volumes 2016-12-20 21:31:12 -05:00
index.go refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
index_test.go refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
OWNERS Update OWNERS approvers and reviewers: pkg/controller 2016-11-02 16:19:18 -07:00
provision_test.go refactor: update bazel, codec, and gofmt 2016-12-03 19:10:53 -05:00
pv_controller.go Add work queues to PV controller 2017-01-02 15:17:24 +01:00
pv_controller_base.go Add work queues to PV controller 2017-01-02 15:17:24 +01:00
pv_controller_test.go Add work queues to PV controller 2017-01-02 15:17:24 +01:00
recycle_test.go cmd/kube-controller-manager 2016-11-23 15:53:09 -08:00
volume_host.go rename /release_1_5 to /clientset 2016-12-14 12:39:48 -08:00