Versions in this module Expand all Collapse all v0 v0.3.7 Mar 20, 2024 v0.3.6 Jan 19, 2024 Changes in this version + type Reconciler struct + func NewReconciler(mgr manager.Manager, cfg *config.Config, rgwClient *admin.API) *Reconciler + func (r *Reconciler) Cleanup(ctx context.Context) (ctrl.Result, error) + func (r *Reconciler) Provision(ctx context.Context) (ctrl.Result, error) + func (r *Reconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error) + func (r *Reconciler) SetupWithManager(mgr ctrl.Manager) error