Versions in this module Expand all Collapse all v4 v4.17.0 Sep 25, 2024 Changes in this version + type Reconciler struct + Namespace string + func NewReconciler(client client.Client, namespace string) *Reconciler + func (r *Reconciler) GetNodeStatusFromNode(ctx context.Context, object client.Object) []reconcile.Request + func (r *Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error