kubernetes/pkg/util/mount
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 Move ExecMount to pkg/volume/util/exec 2019-04-11 12:19:55 -06:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
exec.go Add Exec interface to VolumeHost 2017-08-14 12:16:25 +02:00
fake.go Refactor pkg/util/mount to be more reusable 2019-06-14 09:35:18 -06:00
mount_helper_common.go Move nsenter mounter to pkg/volume/util/nsenter 2019-04-08 09:53:46 -06:00
mount_helper_test.go Refactor pkg/util/mount to be more reusable 2019-06-14 09:35:18 -06:00
mount_helper_unix.go fix smb unmount issue on Windows 2019-03-10 02:13:16 +00:00
mount_helper_windows.go fix smb unmount issue on Windows 2019-03-10 02:13:16 +00:00
mount_linux_test.go Refactor pkg/util/mount to be more reusable 2019-06-14 09:35:18 -06:00
mount_linux.go Refactor pkg/util/mount to be more reusable 2019-06-14 09:35:18 -06:00
mount_test.go Move nsenter mounter to pkg/volume/util/nsenter 2019-04-08 09:53:46 -06:00
mount_unsupported.go Refactor pkg/util/mount to be more reusable 2019-06-14 09:35:18 -06:00
mount_windows_test.go Refactor pkg/util/mount to be more reusable 2019-06-14 09:35:18 -06:00
mount_windows.go Refactor pkg/util/mount to be more reusable 2019-06-14 09:35:18 -06:00
mount.go Refactor pkg/util/mount to be more reusable 2019-06-14 09:35:18 -06:00
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
safe_format_and_mount_test.go When creating ext3/ext4 volume, pass -m0 to mkfs in order to disable the 2018-05-21 12:43:57 -04:00