karmada/vendor/k8s.io/utils/exec
xubin 52867187d2 change vendor
Signed-off-by: xubin <781647222@qq.com>
2021-10-12 17:09:52 +08:00
..
README.md change vendor 2021-10-12 17:09:52 +08:00
doc.go change vendor 2021-10-12 17:09:52 +08:00
exec.go change vendor 2021-10-12 17:09:52 +08: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.