# Functions
GetOperatorNamespace returns the namespace the operator should be running in.
GetWatchNamespace returns the Namespace the operator should be watching for changes.
# Variables
ErrNoNamespace indicates that a namespace could not be found for the current environment.
ErrRunLocal indicates that the operator is set to run in local mode (this error is returned by functions that only work on operators running in cluster mode).
ErrWatchNamespaceEnvVar indicates that the namespace environment variable is not set.