ingress-nginx-helm/internal/ingress/controller/store
Oilbeater 1f93a1ccad fix: empty ingress path (#2244)
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
2018-03-23 08:08:42 -03:00
..
backend_ssl.go Use a ring channel to avoid blocking write of events (#2082) 2018-02-13 17:46:18 -08:00
backend_ssl_test.go Refactoring of kubernetes informers and local caches 2018-01-18 16:14:54 -03:00
configmap.go Refactoring of kubernetes informers and local caches 2018-01-18 16:14:54 -03:00
endpoint.go Cleanup 2018-01-18 17:35:00 -03:00
ingress.go Refactoring of kubernetes informers and local caches 2018-01-18 16:14:54 -03:00
ingress_annotation.go Refactoring of kubernetes informers and local caches 2018-01-18 16:14:54 -03:00
local_secret.go Refactoring of kubernetes informers and local caches 2018-01-18 16:14:54 -03:00
local_secret_test.go Refactoring of kubernetes informers and local caches 2018-01-18 16:14:54 -03:00
secret.go Refactoring of kubernetes informers and local caches 2018-01-18 16:14:54 -03:00
service.go Refactoring of kubernetes informers and local caches 2018-01-18 16:14:54 -03:00
store.go fix: empty ingress path (#2244) 2018-03-23 08:08:42 -03:00
store_test.go Use a ring channel to avoid blocking write of events (#2082) 2018-02-13 17:46:18 -08:00