Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Reconcilers = map[string]Reconciler{}
Functions ¶
func Register ¶
func Register(name string, r Reconciler)
Types ¶
type Reconciler ¶
type Reconciler interface {
reconcile.Reconciler
// Setup registers the reconciler to run under the specified manager
SetupWithManager(ctx context.Context, mgr ctrl.Manager, c any) (map[schema.GroupVersionKind]chan event.GenericEvent, error)
}
Click to show internal directories.
Click to hide internal directories.