kubernetes/vendor/k8s.io/utils/exec
..
testing
doc.go
exec.go
fixup_go118.go
fixup_go119.go
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.