Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReconcileMachineDeployment ¶
ReconcileMachineDeployment reconciles a MachineDeployment object.
func (*ReconcileMachineDeployment) MachineSetToDeployments ¶
func (r *ReconcileMachineDeployment) MachineSetToDeployments(o client.Object) []reconcile.Request
MachineSetTodeployments is a handler.MapFunc to be used to enqeue requests for reconciliation for MachineDeployments that might adopt an orphaned MachineSet.
func (*ReconcileMachineDeployment) Reconcile ¶
func (r *ReconcileMachineDeployment) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)
Reconcile reads that state of the cluster for a MachineDeployment object and makes changes based on the state read and what is in the MachineDeployment.Spec.
+kubebuilder:rbac:groups=cluster.k8s.io,resources=machinedeployments;machinedeployments/status,verbs=get;list;watch;create;update;patch;delete
Click to show internal directories.
Click to hide internal directories.