# Functions

AddEnvToUsage adds env variables to help.
ApplyCRDs calls apply to create the operators CRDs.
ApplyCRDsFlags adds to viper flags.
CtxTimeOut sets the context timeout from viper.
CtxTimeOutFlags adds to viper flags.
DockerImage sets the docker image, which the operator uses to execute commands in pods.
DockerImageFlags adds to viper flags.
GenCLIDocsyMarkDown generates docsy-markdown files from cobra commands.
KubeConfig uses kubeconfig pkg to return a valid kube config.
KubeConfigFlags adds to viper flags.
LoggerFlags adds to viper flags.
LogLevel returns the log-level argument.
Meltdown is the reconciliation backoff duration.
MeltdownFlags adds to viper flags.
MonitoredID sets the moitored id from viper.
MonitoredIDFlags adds to viper flags.
OperatorNamespace is the namespace of the service, which points to the webhook server.
OperatorNamespaceFlags adds to viper flags.

# Type aliases

ApplyFn is a function that applies CRDs.