# Functions
NewConditionChangedPredicate creates a new ConditionChangedPredicate.
NewGarbageCollectorOptions creates new *GarbageCollectorOptions.
NewNodeMaintenanceGarbageCollector creates a new NodeMaintenanceGarbageCollector.
NewNodeMaintenanceSchedulerReconcilerOptions creates new *NodeMaintenanceSchedulerReconcilerOptions.
# Constants
GarbageCollectIgnoreAnnotation garbage collector will skip NodeMaintenance with this annotation.
ReadyTimeAnnotation is annotation that contains NodeMaintenance time in tranisitioned to ready state.
# Structs
ConditionChangedPredicate will trigger enqueue of Event for reconcile in the following cases: 1.
GarbageCollectorOptions are options for GarbageCollector where values are stored by external entity and read by GarbageCollector.
MaintenanceOperatorConfigReconciler reconciles a MaintenanceOperatorConfig object.
NodeMaintenanceGarbageCollector performs garbage collection for NodeMaintennace.
NodeMaintenanceReconciler reconciles a NodeMaintenance object.
NodeMaintenanceSchedulerReconciler reconciles a NodeMaintenance object.
NodeMaintenanceSchedulerReconcilerOptions are options for NodeMaintenanceSchedulerReconciler where values are stored by external entity and read by NodeMaintenanceSchedulerReconciler.