kubernetes/pkg/util/mount
Travis Rhoden 935c23f2ad
Move HostUtil to pkg/volume/util/hostutil
This patch moves the HostUtil functionality from the util/mount package
to the volume/util/hostutil package.

All `*NewHostUtil*` calls are changed to return concrete types instead
of interfaces.

All callers are changed to use the `*NewHostUtil*` methods instead of
directly instantiating the concrete types.
2019-08-30 10:14:42 -06:00
..
BUILD Move HostUtil to pkg/volume/util/hostutil 2019-08-30 10:14:42 -06:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
exec.go Rename mount.NewOsExec to mount.NewOSExec 2019-08-09 12:30:56 -06:00
fake.go Internalize mount.Interface.IsMountPointMatch 2019-08-26 09:47:07 -06:00
mount_helper_common.go Rename HostUtils.ExistsPath to PathExists 2019-08-09 12:40:19 -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_test.go Move HostUtil to pkg/volume/util/hostutil 2019-08-30 10:14:42 -06:00
mount_helper_unix.go Move HostUtil to pkg/volume/util/hostutil 2019-08-30 10:14:42 -06:00
mount_helper_windows_test.go Split HostUtil functionality into its own files 2019-08-22 11:19:52 -06:00
mount_helper_windows.go Internalize mount.Interface.IsMountPointMatch 2019-08-26 09:47:07 -06:00
mount_linux_test.go Split HostUtil functionality into its own files 2019-08-22 11:19:52 -06:00
mount_linux.go Move HostUtil to pkg/volume/util/hostutil 2019-08-30 10:14:42 -06:00
mount_test.go Rename mount.IsBind to mount.MakeBindOpts 2019-08-27 11:34:42 -06:00
mount_unsupported.go Move HostUtil to pkg/volume/util/hostutil 2019-08-30 10:14:42 -06:00
mount_windows_test.go Split HostUtil functionality into its own files 2019-08-22 11:19:52 -06:00
mount_windows.go Move HostUtil to pkg/volume/util/hostutil 2019-08-30 10:14:42 -06:00
mount.go Move HostUtil to pkg/volume/util/hostutil 2019-08-30 10:14:42 -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 Fix most linting issues in pkg/util/mount 2019-08-08 12:42:21 -06:00