controller

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Feb 27, 2026 License: Apache-2.0 Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ApplicationDefinitionHelmReconciler added in v1.0.0

type ApplicationDefinitionHelmReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

ApplicationDefinitionHelmReconciler reconciles ApplicationDefinitions and updates related HelmReleases when an ApplicationDefinition changes. This controller does NOT watch HelmReleases to avoid mutual reconciliation storms with Flux's helm-controller.

func (*ApplicationDefinitionHelmReconciler) Reconcile added in v1.0.0

func (*ApplicationDefinitionHelmReconciler) SetupWithManager added in v1.0.0

func (r *ApplicationDefinitionHelmReconciler) SetupWithManager(mgr ctrl.Manager) error

type ApplicationDefinitionReconciler added in v1.0.0

type ApplicationDefinitionReconciler struct {
	client.Client
	Scheme *runtime.Scheme

	Debounce time.Duration
	// contains filtered or unexported fields
}

func (*ApplicationDefinitionReconciler) Reconcile added in v1.0.0

func (*ApplicationDefinitionReconciler) SetupWithManager added in v1.0.0

func (r *ApplicationDefinitionReconciler) SetupWithManager(mgr ctrl.Manager) error

type WorkloadMonitorReconciler

type WorkloadMonitorReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

WorkloadMonitorReconciler reconciles a WorkloadMonitor object

func (*WorkloadMonitorReconciler) Reconcile

Reconcile is the main reconcile loop. 1. It reconciles WorkloadMonitor objects themselves (create/update/delete). 2. It also reconciles Pod events mapped to WorkloadMonitor via label selector.

func (*WorkloadMonitorReconciler) SetupWithManager

func (r *WorkloadMonitorReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager registers our controller with the Manager and sets up watches.

type WorkloadReconciler added in v0.30.0

type WorkloadReconciler struct {
	client.Client
	Scheme *runtime.Scheme
}

WorkloadMonitorReconciler reconciles a WorkloadMonitor object

func (*WorkloadReconciler) Reconcile added in v0.30.0

func (r *WorkloadReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)

workload_controller.go

func (*WorkloadReconciler) SetupWithManager added in v0.30.0

func (r *WorkloadReconciler) SetupWithManager(mgr ctrl.Manager) error

SetupWithManager registers our controller with the Manager and sets up watches.

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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