Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type APIServiceReconciler ¶
type APIServiceReconciler struct { outils.ReconcilerBase Log logr.Logger // contains filtered or unexported fields }
APIServiceReconciler reconciles a Namespace object
func (*APIServiceReconciler) SetupWithManager ¶
func (r *APIServiceReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type CRDReconciler ¶
type CRDReconciler struct { outils.ReconcilerBase Log logr.Logger // contains filtered or unexported fields }
CRDReconciler reconciles a Namespace object
func (*CRDReconciler) SetupWithManager ¶
func (r *CRDReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ConfigmapReconciler ¶
type ConfigmapReconciler struct { outils.ReconcilerBase Log logr.Logger // contains filtered or unexported fields }
ConfigmapReconciler reconciles a Namespace object
func (*ConfigmapReconciler) SetupWithManager ¶
func (r *ConfigmapReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type MutatingWebhookConfigurationReconciler ¶
type MutatingWebhookConfigurationReconciler struct { outils.ReconcilerBase Log logr.Logger // contains filtered or unexported fields }
MutatingWebhookConfigurationReconciler reconciles a Namespace object
func (*MutatingWebhookConfigurationReconciler) SetupWithManager ¶
func (r *MutatingWebhookConfigurationReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type SecretReconciler ¶
type SecretReconciler struct { outils.ReconcilerBase Log logr.Logger // contains filtered or unexported fields }
SecretReconciler reconciles a Namespace object
func (*SecretReconciler) SetupWithManager ¶
func (r *SecretReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
type ValidatingWebhookConfigurationReconciler ¶
type ValidatingWebhookConfigurationReconciler struct { outils.ReconcilerBase Log logr.Logger // contains filtered or unexported fields }
ValidatingWebhookConfigurationReconciler reconciles a Namespace object
func (*ValidatingWebhookConfigurationReconciler) SetupWithManager ¶
func (r *ValidatingWebhookConfigurationReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.