We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 791603a commit 4306014Copy full SHA for 4306014
pkg/store/convert.go
@@ -94,7 +94,7 @@ func (n ingressNetworkingV1Strategy) ConvertIngress() *Ingress {
94
for _, k8sRule := range ingressRules {
95
paths := make(map[string]*IngressPath)
96
if k8sRule.HTTP == nil {
97
- logger.Warningf("Ingress HTTP rules for [%s] does not exists", k8sRule.Host)
+ logger.Warningf("Ingress HTTP rules for [%s] do not exist", k8sRule.Host)
98
continue
99
}
100
for _, k8sPath := range k8sRule.HTTP.Paths {
0 commit comments