k3s/pkg/volume/aws_ebs
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
..
OWNERS add maintainers for each volume driver 2016-03-22 22:19:53 -07:00
attacher.go Introduce new kubelet volume manager 2016-06-15 09:34:08 -07:00
aws_ebs.go Introduce new kubelet volume manager 2016-06-15 09:34:08 -07:00
aws_ebs_test.go Introduce new kubelet volume manager 2016-06-15 09:34:08 -07:00
aws_util.go support AWS and Cinder attacher 2016-06-08 12:56:24 +00:00
doc.go Add doc.go files for all volume plugins 2015-05-23 16:59:12 -04:00