Documentation
¶
Index ¶
Constants ¶
View Source
const ControllerName = "ManagedControlPlane"
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ManagedControlPlaneReconciler ¶
type ManagedControlPlaneReconciler struct { PlatformCluster *clusters.Cluster OnboardingCluster *clusters.Cluster Config *config.ManagedControlPlaneConfig // contains filtered or unexported fields }
func NewManagedControlPlaneReconciler ¶
func NewManagedControlPlaneReconciler(platformCluster *clusters.Cluster, onboardingCluster *clusters.Cluster, eventRecorder record.EventRecorder, cfg *config.ManagedControlPlaneConfig) (*ManagedControlPlaneReconciler, error)
func (*ManagedControlPlaneReconciler) SetupWithManager ¶
func (r *ManagedControlPlaneReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ReconcileResult ¶
type ReconcileResult = ctrlutils.ReconcileResult[*corev2alpha1.ManagedControlPlaneV2]
Click to show internal directories.
Click to hide internal directories.