Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ClusterReconciler ¶
type ClusterReconciler struct {
// contains filtered or unexported fields
}
ClusterReconciler reconciles a Cluster object.
func NewClusterReconciler ¶
func NewClusterReconciler( _ context.Context, mgr mcmanager.Manager, opts controller.TypedOptions[mcreconcile.Request], allowedGroups []string, allowedUsers []string, ) (*ClusterReconciler, error)
NewClusterReconciler returns a new ClusterReconciler to reconcile Clusters ands its resources.
func (*ClusterReconciler) Reconcile ¶
func (r *ClusterReconciler) 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 (*ClusterReconciler) SetupWithManager ¶
func (r *ClusterReconciler) SetupWithManager(mgr mcmanager.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.