kops/vendor/k8s.io/utils/exec
github-actions 16d720c8b3 Update dependencies 2022-07-29 06:08:32 +00:00
..
testing Add config drive as a source for OpenStack instance metadata 2022-06-22 10:58:05 +02:00
README.md Upgrade kubernetes dependencies to 1.19.0-rc.4 2020-08-24 10:54:15 -05:00
doc.go Update vendor for k8s 1.8 2017-10-01 13:16:44 -04:00
exec.go Update dependencies 2022-07-29 06:08:32 +00:00
fixup_go118.go Update dependencies 2022-07-29 06:08:32 +00:00
fixup_go119.go Update dependencies 2022-07-29 06:08:32 +00: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.