Documentation
¶
Index ¶
- type OperandBindInfoReconciler
- type OperandConfigReconciler
- type OperandRegistryReconciler
- type OperandRequestReconciler
- func (r *OperandRequestReconciler) AddNamespaceMemberIntoNamespaceScope(namespacedName types.NamespacedName) error
- func (r *OperandRequestReconciler) Reconcile(req ctrl.Request) (ctrl.Result, error)
- func (r *OperandRequestReconciler) RemoveNamespaceMemberFromNamespaceScope(namespacedName types.NamespacedName) error
- func (r *OperandRequestReconciler) SetupWithManager(mgr ctrl.Manager) error
- func (r *OperandRequestReconciler) UpdateNamespaceScope(namespacedName types.NamespacedName, delete bool) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
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) AddNamespaceMemberIntoNamespaceScope ¶ added in v1.4.1
func (r *OperandRequestReconciler) AddNamespaceMemberIntoNamespaceScope(namespacedName types.NamespacedName) error
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) RemoveNamespaceMemberFromNamespaceScope ¶ added in v1.4.1
func (r *OperandRequestReconciler) RemoveNamespaceMemberFromNamespaceScope(namespacedName types.NamespacedName) error
func (*OperandRequestReconciler) SetupWithManager ¶
func (r *OperandRequestReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager adds OperandRequest controller to the manager.
func (*OperandRequestReconciler) UpdateNamespaceScope ¶ added in v1.4.1
func (r *OperandRequestReconciler) UpdateNamespaceScope(namespacedName types.NamespacedName, delete bool) error