Skip to content

Commit 730655c

Browse files
dergeberlMenekse Ceylan
authored andcommitted
Remove dummy comment
1 parent 40fd8e4 commit 730655c

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

pkg/alb/ingress/ingressclass_controller.go

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff 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
6758
func (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)

0 commit comments

Comments
 (0)