Documentation
¶
Overview ¶
Package exec provides utility functions for executing shell commands.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Execute enables monkey-patching cmd execution for integration tests Execute = execute // Docker references to the docker binary Docker string // Helm references to the helm binary Helm string // Kind references to the kind binary Kind string // Kubectl references to the kubectl binary Kubectl string )
Functions ¶
func CheckBinaries ¶
func CheckBinaries() error
CheckBinaries checks if the required binaries are installed and available on the PATH and returns an error if any are missing.
Types ¶
Click to show internal directories.
Click to hide internal directories.