File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -55,15 +55,6 @@ type IngressClassReconciler struct { //nolint:revive // Naming this ClassReconci
5555 ALBConfig stackitconfig.ALBConfig
5656}
5757
58- // Reconcile is part of the main kubernetes reconciliation loop which aims to
59- // move the current state of the cluster closer to the desired state.
60- // TODO(user): Modify the Reconcile function to compare the state specified by
61- // the IngressClass object against the actual cluster state, and then
62- // perform operations to make the cluster state reflect the state specified by
63- // the user.
64- //
65- // For more details, check Reconcile and its Result here:
66- // - https://pkg.go.dev/sigs.k8s.io/controller-runtime@v0.19.4/pkg/reconcile
6758func (r * IngressClassReconciler ) Reconcile (ctx context.Context , req ctrl.Request ) (ctrl.Result , error ) {
6859 ingressClass := & networkingv1.IngressClass {}
6960 err := r .Client .Get (ctx , req .NamespacedName , ingressClass )
You can’t perform that action at this time.
0 commit comments