# Functions

GetGVKsFromAddToScheme takes in the runtime scheme and filters out all generic apimachinery meta types.
GetOperatorNamespace returns the namespace the operator should be running in.
GetWatchNamespace returns the Namespace the operator should be watching for changes.
No description provided by the author

# Variables

No description provided by the author
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).