kubernetes/pkg/volume
Travis Rhoden 367f879131
Retire mount.Exec for k8s.io/utils/exec
This patch removes mount.Exec entirely and instead uses the common
utility from k8s.io/utils/exec.

The fake exec implementation found in k8s.io/utils/exec differs a bit
than mount.Exec, with the ability to pre-script expected calls to
Command.CombinedOutput(), so tests that previously relied on a callback
mechanism to produce specific output have been updated to use that
mechanism.
2019-11-13 14:09:57 -07:00
..
awsebs Retire mount.Exec for k8s.io/utils/exec 2019-11-13 14:09:57 -07:00
azure_dd Retire mount.Exec for k8s.io/utils/exec 2019-11-13 14:09:57 -07:00
azure_file Move mount/fake.go to mount/fake_mount.go 2019-11-08 08:07:41 -07:00
cephfs Retire mount.Exec for k8s.io/utils/exec 2019-11-13 14:09:57 -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 #83568 from bertinatto/volume_limits_ga 2019-11-12 11:50:22 -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 Retire mount.Exec for k8s.io/utils/exec 2019-11-13 14:09:57 -07:00
flexvolume Retire mount.Exec for k8s.io/utils/exec 2019-11-13 14:09:57 -07:00
flocker Move mount/fake.go to mount/fake_mount.go 2019-11-08 08:07:41 -07:00
gcepd Retire mount.Exec for k8s.io/utils/exec 2019-11-13 14:09:57 -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 Retire mount.Exec for k8s.io/utils/exec 2019-11-13 14:09:57 -07:00
hostpath Properly close the file in makeFile 2019-09-25 10:14:39 -07:00
iscsi Retire mount.Exec for k8s.io/utils/exec 2019-11-13 14:09:57 -07:00
local Move mount/fake.go to mount/fake_mount.go 2019-11-08 08:07:41 -07:00
nfs Retire mount.Exec for k8s.io/utils/exec 2019-11-13 14:09:57 -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 Retire mount.Exec for k8s.io/utils/exec 2019-11-13 14:09:57 -07:00
rbd Retire mount.Exec for k8s.io/utils/exec 2019-11-13 14:09:57 -07:00
scaleio Retire mount.Exec for k8s.io/utils/exec 2019-11-13 14:09:57 -07:00
secret Prune inactive owners from pkg/volume/* OWNERS files. 2019-10-13 08:44:11 -04:00
storageos Retire mount.Exec for k8s.io/utils/exec 2019-11-13 14:09:57 -07:00
testing Retire mount.Exec for k8s.io/utils/exec 2019-11-13 14:09:57 -07:00
util Retire mount.Exec for k8s.io/utils/exec 2019-11-13 14:09:57 -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 Retire mount.Exec for k8s.io/utils/exec 2019-11-13 14:09:57 -07:00
doc.go Use Go canonical import paths 2016-07-16 13:48:21 -04:00
metrics_cached.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
metrics_du.go Rename Du() to DiskUsage() for more expressive 2018-05-22 10:52:06 +08:00
metrics_du_test.go switch from package syscall to x/sys/unix 2017-07-21 12:14:42 +02:00
metrics_errors.go Merge pull request #79851 from jparklab/master 2019-07-25 14:33:58 -07:00
metrics_nil.go Disambiguate unsupported metrics from metrics errors 2016-09-15 10:05:30 +10:00
metrics_nil_test.go Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
metrics_statfs.go update import 2018-02-27 20:23:35 +08:00
metrics_statfs_test.go add volume timestamps 2017-03-02 15:01:59 -08:00
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.go Retire mount.Exec for k8s.io/utils/exec 2019-11-13 14:09:57 -07:00
plugins_test.go Add IsMigratableToCSI to volume plugin interface 2019-01-17 14:43:52 -08:00
volume.go Remove pod UID from volumeMount, we can get it elsewhere 2019-05-31 14:25:01 -04: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