k3s/vendor/k8s.io/utils/exec
2020-08-28 17:18:31 -07:00
..
doc.go
exec.go
README.md Update go.mod for k8s 1.19 2020-08-28 17:18:31 -07: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.