Versions in this module Expand all Collapse all v0 v0.13.0 Sep 3, 2025 Changes in this version + const ControllerName + type ManagedControlPlaneReconciler struct + Config *config.ManagedControlPlaneConfig + OnboardingCluster *clusters.Cluster + PlatformCluster *clusters.Cluster + func NewManagedControlPlaneReconciler(platformCluster *clusters.Cluster, onboardingCluster *clusters.Cluster, ...) (*ManagedControlPlaneReconciler, error) + func (r *ManagedControlPlaneReconciler) Reconcile(ctx context.Context, req reconcile.Request) (reconcile.Result, error) + func (r *ManagedControlPlaneReconciler) SetupWithManager(mgr ctrl.Manager) error + type ReconcileResult = ctrlutils.ReconcileResult[*corev2alpha1.ManagedControlPlaneV2]