kubernetes/pkg/volume/hostpath
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
host_path_test.go Move HostUtil to pkg/volume/util/hostutil 2019-08-30 10:14:42 -06:00
host_path.go Move HostUtil to pkg/volume/util/hostutil 2019-08-30 10:14:42 -06:00
OWNERS