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