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
utils.GetLogger().Warningf("`ingress.class` annotation is deprecated, please use `spec.ingressClassName` instead. Support for `ingress.class` annotation will be removed.")
47
+
})
48
+
}
49
+
40
50
// New returns an Ingress instance to handle the k8s ingress resource given in params.
41
51
// If the k8s ingress resource is not assigned to the controller (no matching IngressClass)
42
52
// then New will return nil
@@ -57,6 +67,9 @@ func (i Ingress) Supported(k8s store.K8s, a annotations.Annotations) (supported
0 commit comments