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 ¶
NatsAccountReconciler reconciles a NatsAccount object
func (*NatsAccountReconciler) SetupWithManager ¶
func (r *NatsAccountReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type NatsAuthConfigReconciler ¶
NatsAuthConfigReconciler reconciles a NatsAuthConfig object
func (*NatsAuthConfigReconciler) SetupWithManager ¶
func (r *NatsAuthConfigReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type NatsUserReconciler ¶
NatsUserReconciler reconciles a NatsUser object
func (*NatsUserReconciler) SetupWithManager ¶
func (r *NatsUserReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.