# Functions
AddFinalizer conditionally adds finalizer from NodeMaintenance.
GetReadyConditionReason returns NodeMaintenance Ready condition.Reason or empty string if unset.
HasOwnerRef returns true if object owned by owner.
IsNodeReady returns true if Node is ready.
IsNodeUnschedulable returns true if node is Unschedulabel.
IsUnderMaintenance returns true if NodeMaintenance is currently undergoing maintenance.
RemoveFinalizer conditionally removes finalizer from NodeMaintenance.
SetOwnerRef conditionally sets owner referece of object to owner.
SetReadyConditionReason sets or updates Ready condition in nm.Status with reason.
SetReadyConditionReasonMsg sets or updates Ready condition in nm.Status with reason and msg.