kops/vendor/k8s.io/utils/exec
github-actions 613d56a15c Update dependencies 2023-02-03 06:09:54 +00:00
..
testing Update dependencies 2023-02-03 06:09:54 +00: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.