kubernetes/vendor/k8s.io/utils/exec
Artem Minyaylov f573e14942 Update k8s.io/utils to latest version
Update all usages of FakeExec to pointer to avoid copying the mutex
2023-02-04 11:05:22 -08:00
..
testing Update k8s.io/utils to latest version 2023-02-04 11:05:22 -08:00
doc.go generated: hack/update-vendor.sh 2019-04-03 10:19:40 -04:00
exec.go Update k8s.io/utils to 9bab9ef40391 2022-07-27 08:46:35 +03:00
fixup_go118.go Update k8s.io/utils to 9bab9ef40391 2022-07-27 08:46:35 +03:00
fixup_go119.go Update k8s.io/utils to 9bab9ef40391 2022-07-27 08:46:35 +03:00
README.md Updating dependency k8s.io/utils to version 2df71eb 2020-05-16 07:52:56 -04:00

Exec

This package provides an interface for os/exec. It makes it easier to mock and replace in tests, especially with the FakeExec struct.