Versions in this module Expand all Collapse all v0 v0.2.1 Jul 18, 2025 v0.2.0 Jul 8, 2025 Changes in this version + type Reconciler struct + APIReader client.Reader + ComponentConfig *config.ChainControllerConfiguration + WatchFilterValue string + func (r *Reconciler) IsConfigMapReconciled(ctx context.Context, ch *v1beta1.Chain) (bool, error) + func (r *Reconciler) IsMinerReconciled(ctx context.Context, ch *v1beta1.Chain) (bool, error) + func (r *Reconciler) MinerToChains(ctx context.Context, o client.Object) []ctrl.Request + func (r *Reconciler) Reconcile(ctx context.Context, rq ctrl.Request) (_ ctrl.Result, reterr error) + func (r *Reconciler) SetupWithManager(ctx context.Context, mgr ctrl.Manager, options controller.Options) error