//
pkg.gl
Category
github.com/openshift/lvm-operator/v4
internal
controllers
vgmanager
exec
package
4.17.0
Repository:
https://github.com/openshift/lvm-operator.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
10
Dependents
5
Files
140 SLOC
#
Packages
test
No description provided by the author
#
Functions
AsExecError
AsExecError returns the Error from the error if it exists and a bool indicating if is an Error or not.
#
Structs
CommandExecutor
CommandExecutor is an Executor type.
#
Interfaces
Error
Error is an error that wraps the original error and the stderr output of the command if found.
Executor
Executor is the interface for running exec commands.