Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ModuleReconciler ¶
type ModuleReconciler struct { client.Client Scheme *runtime.Scheme // contains filtered or unexported fields }
ModuleReconciler reconciles a Module object
func NewModuleReconciler ¶
func NewModuleReconciler( client client.Client, scheme *runtime.Scheme, templatesRepo templaterepo.ITemplateRepo, kubernetesClient k8sclient.IKubernetesClient, renderer *render.Renderer, maxConcurrentReconciles int, telemetryClient telemetry.Client, monitor prometheus.Monitor, ) *ModuleReconciler
func (*ModuleReconciler) Reconcile ¶
Reconcile is part of the main kubernetes reconciliation loop which aims to move the current state of the cluster closer to the desired state.
func (*ModuleReconciler) SetupWithManager ¶
func (r *ModuleReconciler) SetupWithManager(mgr ctrl.Manager) error
SetupWithManager sets up the controller with the Manager.
Click to show internal directories.
Click to hide internal directories.