controller

package
v1.1.0 Latest Latest
Warning

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

Go to latest
Published: Apr 20, 2026 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

View Source
const (

	// ForceSyncAnnotation can be applied to any CRD to force an immediate full reconcile,
	// bypassing idempotency guards. The controller removes the annotation after processing.
	// Usage: kubectl annotate NatsAccount my-acc nats.jradikk/force-sync=$(date +%s) --overwrite
	ForceSyncAnnotation = "nats.jradikk/force-sync"
)

Variables

This section is empty.

Functions

This section is empty.

Types

type NatsAccountReconciler

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

NatsAccountReconciler reconciles a NatsAccount object

func (*NatsAccountReconciler) Reconcile

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

func (*NatsAccountReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type NatsAuthConfigReconciler

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

NatsAuthConfigReconciler reconciles a NatsAuthConfig object

func (*NatsAuthConfigReconciler) Reconcile

func (*NatsAuthConfigReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

type NatsUserReconciler

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

NatsUserReconciler reconciles a NatsUser object

func (*NatsUserReconciler) Reconcile

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

func (*NatsUserReconciler) SetupWithManager

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

SetupWithManager sets up the controller with the Manager.

Jump to

Keyboard shortcuts

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