kubernetes/vendor/k8s.io/utils/exec
2020-06-22 08:52:05 -07:00
..
testing Bump k8s.io/utils to 6e3d28 to pick up nested trace 2020-06-22 08:52:05 -07:00
BUILD Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
doc.go generated: hack/update-vendor.sh 2019-04-03 10:19:40 -04:00
exec.go Bump k8s.io/uitls to 8e7ff06 2018-11-15 13:25:12 +00:00
README.md Updating dependency k8s.io/utils to version 2df71eb 2020-05-16 07:52:56 -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.