Skip to content

Commit cbb57dc

Browse files
Menekse CeylanMenekse Ceylan
authored andcommitted
added unit tests as commented instead of deletion
1 parent 4ef3814 commit cbb57dc

5 files changed

Lines changed: 12 additions & 480 deletions

File tree

pkg/alb/ingress/alb_spec.go

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,6 @@ func (r *IngressClassReconciler) getAlbSpecForResources(ctx context.Context, cla
100100
}
101101
}
102102

103-
fmt.Printf("\n\n >>> DEBUG: show existing labels %v \n\n , \n\n", mergedLabels)
104-
105103
// Merge with existing global config labels
106104
if r.ALBConfig.ApplicationLoadBalancer.ExtraLabels != nil {
107105
for k, v := range r.ALBConfig.ApplicationLoadBalancer.ExtraLabels {
@@ -115,9 +113,6 @@ func (r *IngressClassReconciler) getAlbSpecForResources(ctx context.Context, cla
115113
mergedLabels[LabelIngressClassUID] = string(class.UID)
116114
alb.Labels = &mergedLabels
117115

118-
fmt.Printf("\n\n >>> DEBUG: show if ownership label is added %v \n\n , \n\n", mergedLabels)
119-
fmt.Printf("\n\n >>> DEBUG: show me alb labels %v \n\n , \n\n", alb.Labels)
120-
121116
for port, listener := range listeners {
122117
albsdkListener := albsdk.Listener{
123118
Http: nil,

0 commit comments

Comments
 (0)