Skip to content

Commit 78449df

Browse files
Menekse CeylanMenekse Ceylan
authored andcommitted
deleted unused comment
fixed unit tests and added more for ingress controller
1 parent 3930409 commit 78449df

2 files changed

Lines changed: 308 additions & 78 deletions

File tree

pkg/alb/ingress/alb_spec.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -350,8 +350,6 @@ func (r *IngressClassReconciler) getSortedIngressesForIngressClass(ctx context.C
350350
sort.SliceStable(ingresses, func(i, j int) bool {
351351
prioI := getAnnotation(AnnotationPriority, 0, class, &ingresses[i])
352352
prioJ := getAnnotation(AnnotationPriority, 0, class, &ingresses[j])
353-
//prioI := getAnnotation(AnnotationPriority, 0, &ingresses[i], class)
354-
//prioJ := getAnnotation(AnnotationPriority, 0, &ingresses[j], class)
355353

356354
// Sort by Priority (Highest at the beginning)
357355
if prioI != prioJ {

0 commit comments

Comments
 (0)