kubernetes/pkg/volume
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
..
awsebs Move mount/fake.go to mount/fake_mount.go 2019-11-08 08:07:41 -07:00
azure_dd feat: add azure disk encryption(SSE+CMK) support 2019-10-31 13:24:43 +00:00
azure_file Move mount/fake.go to mount/fake_mount.go 2019-11-08 08:07:41 -07:00
cephfs Move mount/fake.go to mount/fake_mount.go 2019-11-08 08:07:41 -07:00
cinder Move mount/fake.go to mount/fake_mount.go 2019-11-08 08:07:41 -07:00
configmap Prune inactive owners from pkg/volume/* OWNERS files. 2019-10-13 08:44:11 -04:00
csi Merge pull request #83474 from msau42/topology-ga 2019-11-04 15:28:27 -08:00
downwardapi Prune inactive owners from pkg/volume/* OWNERS files. 2019-10-13 08:44:11 -04:00
emptydir Move mount/fake.go to mount/fake_mount.go 2019-11-08 08:07:41 -07:00
fc Move mount/fake.go to mount/fake_mount.go 2019-11-08 08:07:41 -07:00
flexvolume Move mount/fake.go to mount/fake_mount.go 2019-11-08 08:07:41 -07:00
flocker Move mount/fake.go to mount/fake_mount.go 2019-11-08 08:07:41 -07:00
gcepd Move mount/fake.go to mount/fake_mount.go 2019-11-08 08:07:41 -07:00
git_repo Change fsGroup to mounterArgs in volume.SetUp() to allow for future extension. 2019-05-29 15:12:28 -04:00
glusterfs Move mount/fake.go to mount/fake_mount.go 2019-11-08 08:07:41 -07:00
hostpath Properly close the file in makeFile 2019-09-25 10:14:39 -07:00
iscsi Move mount/fake.go to mount/fake_mount.go 2019-11-08 08:07:41 -07:00
local Move mount/fake.go to mount/fake_mount.go 2019-11-08 08:07:41 -07:00
nfs Move mount/fake.go to mount/fake_mount.go 2019-11-08 08:07:41 -07:00
portworx Move mount/fake.go to mount/fake_mount.go 2019-11-08 08:07:41 -07:00
projected Fix projected volume test clean up 2019-07-10 10:14:36 +08:00
quobyte Move mount/fake.go to mount/fake_mount.go 2019-11-08 08:07:41 -07:00
rbd Move mount/fake.go to mount/fake_mount.go 2019-11-08 08:07:41 -07:00
scaleio update spelling mistakes 2019-09-05 17:59:36 +08:00
secret Prune inactive owners from pkg/volume/* OWNERS files. 2019-10-13 08:44:11 -04:00
storageos Move mount/fake.go to mount/fake_mount.go 2019-11-08 08:07:41 -07:00
testing Move mount/fake.go to mount/fake_mount.go 2019-11-08 08:07:41 -07:00
util Move mount/fake.go to mount/fake_mount.go 2019-11-08 08:07:41 -07:00
validation Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
vsphere_volume Move mount/fake.go to mount/fake_mount.go 2019-11-08 08:07:41 -07:00
BUILD hack/update-vendor.sh 2019-11-06 17:42:34 -05:00
doc.go
metrics_cached.go
metrics_du_test.go
metrics_du.go Rename Du() to DiskUsage() for more expressive 2018-05-22 10:52:06 +08:00
metrics_errors.go Merge pull request #79851 from jparklab/master 2019-07-25 14:33:58 -07:00
metrics_nil_test.go
metrics_nil.go
metrics_statfs_test.go
metrics_statfs.go
noop_expandable_plugin.go Add IsMigratableToCSI to volume plugin interface 2019-01-17 14:43:52 -08:00
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00
plugins_test.go Add IsMigratableToCSI to volume plugin interface 2019-01-17 14:43:52 -08:00
plugins.go Convert attach-detach controller to use v1.CSINode 2019-10-28 13:41:13 -07:00
volume_linux.go Dedupe logging for PD SetUpAt and added a slow SetVolumeOwnership warning 2019-10-03 11:10:20 -07:00
volume_unsupported.go Add more volume types in e2e and fix part of them. 2018-05-02 10:31:42 +08:00
volume.go Remove pod UID from volumeMount, we can get it elsewhere 2019-05-31 14:25:01 -04:00