Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterBindingReconciler ¶
type ClusterBindingReconciler struct {
// contains filtered or unexported fields
}
ClusterBindingReconciler reconciles a ClusterBinding object.
func NewClusterBindingReconciler ¶
func NewClusterBindingReconciler( _ context.Context, mgr mcmanager.Manager, opts controller.TypedOptions[mcreconcile.Request], scope kubebindv1alpha2.InformerScope, ) (*ClusterBindingReconciler, error)
NewClusterBindingReconciler returns a new ClusterBindingReconciler to reconcile ClusterBindings.
func (*ClusterBindingReconciler) Reconcile ¶
func (r *ClusterBindingReconciler) Reconcile(ctx context.Context, req mcreconcile.Request) (ctrl.Result, error)
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*ClusterBindingReconciler) SetupWithManager ¶
func (r *ClusterBindingReconciler) SetupWithManager(mgr mcmanager.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.