kubernetes/pkg/volume/util/subpath
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
OWNERS Refactor subpath out of pkg/util/mount 2019-02-26 19:59:53 -07:00
subpath.go Refactor subpath out of pkg/util/mount 2019-02-26 19:59:53 -07:00
subpath_linux.go Added test case for subpath mount with file 2019-11-07 10:05:26 +01:00
subpath_linux_test.go Move mount/fake.go to mount/fake_mount.go 2019-11-08 08:07:41 -07:00
subpath_unsupported.go Refactor subpath out of pkg/util/mount 2019-02-26 19:59:53 -07:00
subpath_windows.go Refactor subpath out of pkg/util/mount 2019-02-26 19:59:53 -07:00
subpath_windows_test.go Refactor subpath out of pkg/util/mount 2019-02-26 19:59:53 -07:00