Documentation ¶
Index ¶
Constants ¶
View Source
const ( MaintenanceStateLabelKey string = "cloud.sap/maintenance-state" MachineDeletedLabelKey string = "runtime-extension-maintenance-controller.cloud.sap/machine-deleted" MachineDeletedLabelValue string = "true" MachineMaintenanceLabelKey string = "runtime-extension-maintenance-controller.cloud.sap/machine-maintenance" MachineMaintenanceLabelValue string = "true" ApproveMaintenanceLabelKey string = "runtime-extension-maintenance-controller.cloud.sap/approve-maintenance" ApproveMaintenanceLabelValue string = "true" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { Log logr.Logger ManagementClient client.Client Connections *clusters.Connections Cluster types.NamespacedName }
func (*Reconciler) PatchState ¶
func (r *Reconciler) PatchState(ctx context.Context, machine *clusterv1beta1.Machine, node *corev1.Node) error
Click to show internal directories.
Click to hide internal directories.