kubernetes/pkg/volume/local
Travis Rhoden 1fd8921546
Move mount/fake.go to mount/fake_mount.go
This patch moves fake.go to mount_fake.go, and follows to principle of
always returning a discrete type rather than an Interface. All callers
of "FakeMounter" are changed to instead use "NewFakeMounter()". The
FakeMounter "Log" struct member is changed to not be exported, and
instead only access through a new "GetLog()" method.
2019-11-08 08:07:41 -07:00
..
BUILD hack/update-vendor.sh 2019-11-06 17:42:34 -05: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 mount/fake.go to mount/fake_mount.go 2019-11-08 08:07:41 -07:00
local.go log the reconstructed device and add break 2019-10-31 21:09:13 +08:00
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00