Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MachineSyncReconciler ¶
type MachineSyncReconciler struct { client.Client Scheme *runtime.Scheme Recorder record.EventRecorder Infra *configv1.Infrastructure Platform configv1.PlatformType CAPINamespace string MAPINamespace string }
MachineSyncReconciler reconciles CAPI and MAPI machines.
func (*MachineSyncReconciler) Reconcile ¶
func (r *MachineSyncReconciler) Reconcile(ctx context.Context, req reconcile.Request) (ctrl.Result, error)
Reconcile reconciles CAPI and MAPI machines for their respective namespaces.
func (*MachineSyncReconciler) SetupWithManager ¶
func (r *MachineSyncReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets the CoreClusterReconciler controller up with the given manager.
Click to show internal directories.
Click to hide internal directories.