Versions in this module Expand all Collapse all v0 v0.3.0 Apr 24, 2023 v0.2.0 Oct 25, 2022 Changes in this version + type Config struct + EventCh chan<- interface{} + Getter Getter + NamespacedNameFilter NamespacedNameFilterFunc + ObjectType client.Object + type Getter interface + Get func(ctx context.Context, key client.ObjectKey, obj client.Object, ...) error + type Implementation struct + func NewImplementation(cfg Config) *Implementation + func (r *Implementation) Reconcile(ctx context.Context, req reconcile.Request) (reconcile.Result, error) + type NamespacedNameFilterFunc func(nsname types.NamespacedName) (bool, string)