Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Add ¶
func Add(mgr manager.Manager, gvk schema.GroupVersionKind, reconcilers *Reconcilers, opt controller.Options) error
Types ¶
type CustomReconciler ¶ added in v1.137.0
type CustomReconciler struct {
Type k8s.ReconcilerType
Reconciler reconcile.Reconciler
}
type ParentReconciler ¶
ParentReconciler is a top-level controller that decides which underlying reconciler (TF, DCL, Direct) should be used for a given resource.
type Reconcilers ¶
type Reconcilers struct {
TF *tf.Reconciler
DCL *dclcontroller.Reconciler
Direct *directbase.DirectReconciler
Custom *CustomReconciler
}
Click to show internal directories.
Click to hide internal directories.