package
0.7.0
Repository: https://github.com/puppetlabs/leg.git
Documentation: pkg.go.dev

# Functions

Command executes an arbitrary command in the specified pod.
ShellScript executes an arbitrary script in the specified pod.

# Structs

CommandOptions customizes command execution.
Result provides access to some information after running a command.
ShellScriptOptions customizes shell script execution.

# Interfaces

CommandOption is a setter for one or more command or script execution options.
ShellScriptOption is a setter for one or more shell script execution options.

# Type aliases

WithContainer specifies a container name to use for command execution.
WithShell specifies the name of the POSIX-compatible shell to use when executing a shell script.