# Functions
ConfigFromEnvironment returns a new Config object with defaults overridden by environment variables when set.
New returns a new Operator instance with the given config and a manager configured with the various controllers.
NewConfig returns a new Config object with defaults set.
# Constants
DefaultClusterAutoscalerImage is the default image used in ClusterAutoscaler deployments.
DefaultClusterAutoscalerName is the default ClusterAutoscaler object watched by the operator.
DefaultClusterAutoscalerNamespace is the default namespace for cluster-autoscaler deployments.
DefaultClusterAutoscalerReplicas is the default number of replicas in ClusterAutoscaler deployments.
DefaultWatchNamespace is the default namespace the operator will watch for instances of its custom resources.