Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConfigMapReconciler ¶
type ConfigMapReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme // contains filtered or unexported fields }
ConfigMapReconciler reconciles a ConfigMap object
func (*ConfigMapReconciler) SetupWithManager ¶
func (r *ConfigMapReconciler) SetupWithManager(mgr ctrl.Manager, installNamespace string) error
type KedaControllerReconciler ¶
type KedaControllerReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme CertDir string LeaderElection bool // contains filtered or unexported fields }
KedaControllerReconciler reconciles a KedaController object
func (*KedaControllerReconciler) Reconcile ¶
func (r *KedaControllerReconciler) Reconcile(ctx context.Context, req ctrl.Request) (ctrl.Result, error)
Reconcile reads that state of the cluster for a KedaController object and makes changes based on the state read and what is in the KedaController.Spec Note: The Controller will requeue the Request to be processed again if the returned error is non-nil or Result.Requeue is true, otherwise upon completion it will remove the work from the queue.
func (*KedaControllerReconciler) SetupWithManager ¶
type SecretReconciler ¶
type SecretReconciler struct { client.Client Log logr.Logger Scheme *runtime.Scheme // contains filtered or unexported fields }
SecretReconciler reconciles a Secret object
func (*SecretReconciler) SetupWithManager ¶
func (r *SecretReconciler) SetupWithManager(mgr ctrl.Manager, secretNamespace string) error
Source Files ¶
Click to show internal directories.
Click to hide internal directories.