ceph-csi/vendor/k8s.io/utils/exec
Niels de Vos 533994daff rebase: update k8s.io/mount-utils to current master
kubernetes/kubernetes#111083 has been merged and synced into
k8s.io/mount-utils. This should remove any systemd log messages while
calling NodeStageVolume and NodeGetVolumeStats.

Signed-off-by: Niels de Vos <ndevos@redhat.com>
2022-08-04 09:53:07 +00:00
..
doc.go vendor files 2018-01-10 13:42:26 -05:00
exec.go rebase: update k8s.io/mount-utils to current master 2022-08-04 09:53:07 +00:00
fixup_go118.go rebase: update k8s.io/mount-utils to current master 2022-08-04 09:53:07 +00:00
fixup_go119.go rebase: update k8s.io/mount-utils to current master 2022-08-04 09:53:07 +00:00
README.md rebase: update kubernetes to v1.20.0 2020-12-17 16:04:54 +00: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.