# Packages
No description provided by the author
# Functions
No description provided by the author
# Structs
CommandExecutor is the type of the Executor.
TranslateCommandExecutor is an exec.Executor that translates every command before executing it This is useful to run the commands in a job with `kubectl run ...` when running the operator outside of Kubernetes and need to run tools that require running inside the cluster.
# Interfaces
Executor is the main interface for all the exec commands.