kubernetes/pkg/volume/util/hostutil
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
fake_hostutil.go Move HostUtil to pkg/volume/util/hostutil 2019-08-30 10:14:42 -06:00
hostutil.go Move HostUtil to pkg/volume/util/hostutil 2019-08-30 10:14:42 -06:00
hostutil_linux.go Move HostUtil to pkg/volume/util/hostutil 2019-08-30 10:14:42 -06:00
hostutil_linux_test.go Move HostUtil to pkg/volume/util/hostutil 2019-08-30 10:14:42 -06:00
hostutil_unsupported.go Move HostUtil to pkg/volume/util/hostutil 2019-08-30 10:14:42 -06:00
hostutil_windows.go Move HostUtil to pkg/volume/util/hostutil 2019-08-30 10:14:42 -06:00
hostutil_windows_test.go Move HostUtil to pkg/volume/util/hostutil 2019-08-30 10:14:42 -06:00