csi-driver-nfs/vendor/k8s.io/utils/exec
Mayank Shah 5747698dff Add DynamicallyProvisionedCmdVolumeTest
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
2020-11-11 20:47:25 +05:30
..
README.md Add DynamicallyProvisionedCmdVolumeTest 2020-11-11 20:47:25 +05:30
doc.go Add vendor dependencies 2019-02-07 14:49:15 +05:30
exec.go update vendor files to kube 1.14 2019-04-23 15:42:44 -04:00

README.md

Exec

This package provides an interface for os/exec. It makes it easier to mock and replace in tests, especially with the FakeExec struct.