Documentation ¶
Index ¶
Constants ¶
View Source
const ( // OperatorName is the name of the operator OperatorName string = "managed-upgrade-operator" // OperatorNamespace is the namespace of the operator OperatorNamespace string = "openshift-managed-upgrade-operator" // SyncPeriodDefault reconciles a sync period for each controller SyncPeriodDefault = 5 * time.Minute // ConfigMapName is the name of the ConfigMap for the operator ConfigMapName string = OperatorName + "-config" // ConfigField is the name of field within the ConfigMap ConfigField string = "config.yaml" // EnvRoutes is used to determine if routes should be used during development EnvRoutes string = "ROUTES" EnableOLMSkipRange = "true" )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CMTarget ¶
type CMTarget configmanager.Target
func (*CMTarget) NewCMTarget ¶
func (c *CMTarget) NewCMTarget() (configmanager.Target, error)
NewCMTarget acts as a wrapper around configmanager.Target to enable MUO defaults that can be set outside of the configmanager pkg itself.
Click to show internal directories.
Click to hide internal directories.