containerd/vendor/k8s.io/utils/exec
Davanum Srinivas c4205721ee
Update vendor/ directory
Signed-off-by: Davanum Srinivas <davanum@gmail.com>
2020-06-22 08:45:11 -04:00
..
doc.go Update Kubernetes to 493ee8b28560c118cebd2165ba9ef0959cfa2bc3 2017-08-22 05:38:51 +00:00
exec.go Update kubernetes to v1.13.0 2018-12-17 11:54:21 -08:00
README.md Update vendor/ directory 2020-06-22 08:45:11 -04:00

Exec

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