kubernetes/pkg/volume/local
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
local_linux_test.go remove IsAbs validation on local volume 2018-04-06 13:26:14 +00:00
local_test.go Move HostUtil to pkg/volume/util/hostutil 2019-08-30 10:14:42 -06:00
local.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