Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
Patch = (*ConfigReconciler).Patch
)
Functions ¶
This section is empty.
Types ¶
type ConfigReconciler ¶
type ConfigReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme Images map[string]string Recorder record.EventRecorder InstanceLocks *sync.Map }
ConfigReconciler reconciles a Config object
func (*ConfigReconciler) Reconcile ¶
Reconcile looks for the config upload requests and populates Operator config with the customer requested values.
func (*ConfigReconciler) SetupWithManager ¶
func (r *ConfigReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager starts the reconciler loop.
Click to show internal directories.
Click to hide internal directories.