addonoperator

package
v1.14.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Nov 10, 2023 License: Apache-2.0 Imports: 25 Imported by: 0

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) Reconcile

func (r *AddonOperatorReconciler) Reconcile(
	ctx context.Context, req ctrl.Request) (ctrl.Result, error)

func (*AddonOperatorReconciler) SetupWithManager

func (r *AddonOperatorReconciler) SetupWithManager(mgr ctrl.Manager) error

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL