kops/vendor/k8s.io/utils/exec
ederst 4056da0cce Add config drive as a source for OpenStack instance metadata
This adds the config drive as an additional source for instance metadata
when using OpenStack.
2022-06-22 10:58:05 +02: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 Generated vendor & bazel from `make gomod` 2019-08-25 16:00:41 -04: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.