Documentation ¶
Overview ¶
Package clusterprofile features a controller to generate clusterprofile objects from MemberCluster.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { client.Client ClusterProfileNamespace string ClusterUnhealthyThreshold time.Duration }
Reconciler reconciles a MemberCluster object and creates the corresponding ClusterProfile object in the designated namespace.
func (*Reconciler) Reconcile ¶
Reconcile processes the MemberCluster object and creates the corresponding ClusterProfile object in the designated namespace.
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the controller manager.
Click to show internal directories.
Click to hide internal directories.