Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NamespaceScopeReconciler ¶ added in v1.4.3
type NamespaceScopeReconciler struct { *rest.Config Client client.Client Scheme *runtime.Scheme Recorder record.EventRecorder }
NamespaceScopeReconciler automagically updates NamespaceScope CR with the proper namespace
func (*NamespaceScopeReconciler) ReconcileOperandRequest ¶ added in v1.4.3
func (r *NamespaceScopeReconciler) ReconcileOperandRequest(req ctrl.Request) (_ ctrl.Result, reconcileErr error)
ReconcileOperandRequest reads that state of the cluster for OperandRequest object and update NamespaceScope CR based on the state read
func (*NamespaceScopeReconciler) SetupWithManager ¶ added in v1.4.3
func (r *NamespaceScopeReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager adds namespacescope controller to the manager.
type OperandBindInfoReconciler ¶
type OperandBindInfoReconciler struct { client.Client Recorder record.EventRecorder Scheme *runtime.Scheme }
OperandBindInfoReconciler reconciles a OperandBindInfo object
func (*OperandBindInfoReconciler) Reconcile ¶
Reconcile reads that state of the cluster for a OperandBindInfo object and makes changes based on the state read and what is in the OperandBindInfo.Spec Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
func (*OperandBindInfoReconciler) SetupWithManager ¶
func (r *OperandBindInfoReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager adds OperandBindInfo controller to the manager.
type OperandConfigReconciler ¶
type OperandConfigReconciler struct { client.Client Recorder record.EventRecorder Scheme *runtime.Scheme }
OperandConfigReconciler reconciles a OperandConfig object
func (*OperandConfigReconciler) Reconcile ¶
Reconcile reads that state of the cluster for a OperandConfig object and makes changes based on the state read and what is in the OperandConfig.Spec Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
func (*OperandConfigReconciler) SetupWithManager ¶
func (r *OperandConfigReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager adds OperandConfig controller to the manager.
type OperandRegistryReconciler ¶
type OperandRegistryReconciler struct { client.Client Recorder record.EventRecorder Scheme *runtime.Scheme }
OperandRegistryReconciler reconciles a OperandRegistry object
func (*OperandRegistryReconciler) Reconcile ¶
Reconcile reads that state of the cluster for a OperandRegistry object and makes changes based on the state read and what is in the OperandRegistry.Spec Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
func (*OperandRegistryReconciler) SetupWithManager ¶
func (r *OperandRegistryReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager adds OperandRegistry controller to the manager.
type OperandRequestReconciler ¶
type OperandRequestReconciler struct { client.Client Config *rest.Config Recorder record.EventRecorder Scheme *runtime.Scheme }
OperandRequestReconciler reconciles a OperandRequest object
func (*OperandRequestReconciler) Reconcile ¶
Reconcile reads that state of the cluster for a OperandRequest object and makes changes based on the state read and what is in the OperandRequest.Spec Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
func (*OperandRequestReconciler) SetupWithManager ¶
func (r *OperandRequestReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager adds OperandRequest controller to the manager.