You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
returnnil, errors.Wrapf(err, "failed to load ingressgroup order for ingress: %v", k8s.NamespacedName(ing))
145
+
returnnil, errors.Wrapf(err, "failed to load ingress group order for ingress: %v", k8s.NamespacedName(ing))
140
146
}
141
147
ifexists {
148
+
iforder<minGroupOrder||order>maxGroupOrder {
149
+
returnnil, errors.Errorf("explicit ingress group order must be within [%v:%v], order: %v, ingress: %v", minGroupOrder, maxGroupOrder, order, k8s.NamespacedName(ing))
0 commit comments