parent

package
v1.154.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 15, 2026 License: Apache-2.0 Imports: 33 Imported by: 0

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

type ParentReconciler struct {
	client.Client
	// contains filtered or unexported fields
}

ParentReconciler is a top-level controller that decides which underlying reconciler (TF, DCL, Direct) should be used for a given resource.

func (*ParentReconciler) Reconcile

type Reconcilers

type Reconcilers struct {
	TF     *tf.Reconciler
	DCL    *dclcontroller.Reconciler
	Direct *directbase.DirectReconciler
	Custom *CustomReconciler
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL