Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AddonOperatorReconciler ¶
type AddonOperatorReconciler struct {
client.Client
UncachedClient client.Client
Log logr.Logger
Scheme *runtime.Scheme
GlobalPauseManager globalPauseManager
OCMClientManager ocmClientManager
Recorder *metrics.Recorder
ClusterExternalID string
FeatureTogglesState []string // no need to guard this with a mutex considering the fact that no two goroutines would ever try to update it as this is only initialized at startup
}
func (*AddonOperatorReconciler) SetupWithManager ¶
func (r *AddonOperatorReconciler) SetupWithManager(mgr ctrl.Manager) error
Click to show internal directories.
Click to hide internal directories.