modulecontroller

package
v0.0.0-...-5a9c5e5 Latest Latest
Warning

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

Go to latest
Published: Jun 9, 2025 License: Apache-2.0 Imports: 24 Imported by: 0

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

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

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL
JackTT - Gopher 🇻🇳