Versions in this module Expand all Collapse all v1 v1.10.5 May 18, 2026 Changes in this version + func NewReconciler(mgr manager.Manager, namespace string, options Options) (reconcile.Reconciler, error) + type Options struct + ReconcileConcurrency int + RequeueAfter time.Duration + type Reconciler struct + func (r *Reconciler) Reconcile(ctx context.Context, request reconcile.Request) (reconcile.Result, error)