Documentation ¶
Index ¶
Constants ¶
View Source
const ( // DesiredDrainerAnnotationKey is set by the MCD to indicate drain/uncordon requests DesiredDrainerAnnotationKey = "machineconfiguration.openshift.io/desiredDrain" // LastAppliedDrainerAnnotationKey is set by the controller to indicate the last request applied LastAppliedDrainerAnnotationKey = "machineconfiguration.openshift.io/lastAppliedDrain" // DrainerStateUncordon is used for drainer annotation as a value to indicate needing an uncordon DrainerStateUncordon = "uncordon" // DrainerStateDrain = "drain" DrainerStateDrain = "drain" )
Variables ¶
This section is empty.
Functions ¶
func Setup ¶
func Setup(opts *operator.HostedClusterConfigOperatorConfig) error
Types ¶
type Reconciler ¶
type Reconciler struct { upsert.CreateOrUpdateProvider // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.