kubernetes/pkg/volume/local
Travis Rhoden be7da5052f Refactor pkg/util/mount to be more reusable
This patch refactors pkg/util/mount to be more usable outside of
Kubernetes. This is done by refactoring mount.Interface to only contain
methods that are not K8s specific. Methods that are not relevant to
basic mount activities but still have OS-specific implementations are
now found in a mount.HostUtils interface.
2019-06-14 09:35:18 -06:00
..
BUILD migrate to k8s.io/utils/strings 2019-01-30 10:24:00 +08:00
doc.go Local volume plugin 2017-05-22 14:44:51 -07:00
local.go Refactor pkg/util/mount to be more reusable 2019-06-14 09:35:18 -06:00
local_linux_test.go remove IsAbs validation on local volume 2018-04-06 13:26:14 +00:00
local_test.go Change fsGroup to mounterArgs in volume.SetUp() to allow for future extension. 2019-05-29 15:12:28 -04:00
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00