If the origin ingress rule has no field `path`, the default value will be an empty string which will cause issues when rendering template as other place will use `/` as the default value. Set the default value of path to `/` when retrieve ingress rules from api-server. Thie will fix https://github.com/kubernetes/ingress-nginx/issues/1980 |
||
|---|---|---|
| .. | ||
| backend_ssl.go | ||
| backend_ssl_test.go | ||
| configmap.go | ||
| endpoint.go | ||
| ingress.go | ||
| ingress_annotation.go | ||
| local_secret.go | ||
| local_secret_test.go | ||
| secret.go | ||
| service.go | ||
| store.go | ||
| store_test.go | ||