kubernetes/pkg/controller/volume
saadali 542f2dc708 Introduce new kubelet volume manager
This commit adds a new volume manager in kubelet that synchronizes
volume mount/unmount (and attach/detach, if attach/detach controller
is not enabled).

This eliminates the race conditions between the pod creation loop
and the orphaned volumes loops. It also removes the unmount/detach
from the `syncPod()` path so volume clean up never blocks the
`syncPod` loop.
2016-06-15 09:34:08 -07:00
..
cache Introduce new kubelet volume manager 2016-06-15 09:34:08 -07:00
reconciler Introduce new kubelet volume manager 2016-06-15 09:34:08 -07:00
testing Introduce new kubelet volume manager 2016-06-15 09:34:08 -07:00
attach_detach_controller.go Introduce new kubelet volume manager 2016-06-15 09:34:08 -07:00
attach_detach_controller_test.go Attach detach controller business logic added 2016-05-24 23:01:16 -07:00