Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Reconciler ¶
type Reconciler struct {
// contains filtered or unexported fields
}
Reconciler allows to reconcile machine health checks.
func New ¶
func New(client client.Client, defaulter anywhereCluster.MachineHealthCheckDefaulter) *Reconciler
New returns a new Reconciler.
func (*Reconciler) Reconcile ¶
func (r *Reconciler) Reconcile(ctx context.Context, log logr.Logger, cluster *anywherev1.Cluster) error
Reconcile installs machine health checks for a given cluster.
Click to show internal directories.
Click to hide internal directories.