kubernetes/pkg/controller/volume/attachdetach
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
..
cache replace iteration with hashmap in *state_of_world 2019-08-29 19:22:25 +08:00
config Autogenerated code 2019-10-24 20:21:00 +02:00
metrics Deal with auto-generated files. 2019-11-07 10:30:12 +08:00
populator Move from glog to klog 2018-11-10 07:50:31 -05:00
reconciler Correct spelling mistakes 2019-11-06 20:25:19 +08:00
statusupdater Move from glog to klog 2018-11-10 07:50:31 -05:00
testing Volume AttachablePlugin.CanAttach() now returns both bool and error 2019-04-08 16:53:22 -04:00
util Move from glog to klog 2018-11-10 07:50:31 -05:00
attach_detach_controller.go Retire mount.Exec for k8s.io/utils/exec 2019-11-13 14:09:57 -07:00
attach_detach_controller_test.go Convert attach-detach controller to use v1.CSINode 2019-10-28 13:41:13 -07:00
BUILD Retire mount.Exec for k8s.io/utils/exec 2019-11-13 14:09:57 -07:00
OWNERS Updated OWNERS files to include link to docs 2019-02-04 22:33:12 +01:00