Documentation ¶
Index ¶
Constants ¶
View Source
const ( ControllerName string = "MachineHealthCheck" MHCPausedAnnotation string = "cluster.x-k8s.io/paused" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct { base.AROController // contains filtered or unexported fields }
func NewReconciler ¶
func NewReconciler(log *logrus.Entry, client client.Client, dh dynamichelper.Interface) *Reconciler
func (*Reconciler) Reconcile ¶
Reconcile watches MachineHealthCheck objects, and if any changes, reconciles the associated ARO MachineHealthCheck object
func (*Reconciler) SetupWithManager ¶
func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager will manage only our MHC resource with our specific controller name
Click to show internal directories.
Click to hide internal directories.