Versions in this module Expand all Collapse all v0 v0.2.0 Jun 16, 2025 v0.1.0 May 31, 2025 Changes in this version + type Reconciler struct + func NewReconciler(client client.Client, options ...ReconcilerOption) *Reconciler + func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error + type ReconcilerOption func(reconciler *Reconciler) + func WithAPIKeyReconciler() ReconcilerOption + func WithChallengeInstanceReconciler(recorder record.EventRecorder) ReconcilerOption + func WithDefaultReconcilers(recorder record.EventRecorder) ReconcilerOption + type SubReconciler interface + SetupWithManager func(mgr ctrl.Manager) error