...

Text file src/k8s.io/utils/exec/README.md

Documentation: k8s.io/utils/exec

     1# Exec
     2
     3This package provides an interface for `os/exec`. It makes it easier to mock
     4and replace in tests, especially with the [FakeExec](testing/fake_exec.go)
     5struct.

View as plain text