ingress-nginx-helm/internal/ingress/controller/store
Maxim af5f40a0eb
Trigger syncIngress on Service addition/deletion #7346 (#7374)
Normally Ingress sinchronization for Services is triggered when
corresponding Service's Endpoints are added, deleted or modified.
Services of type ExternalName, however, do not have any endpoints
and hence do not trigger Ingress synchronization as only Update
events are being watched. This commit makes sure that Update and
Delete Service events also enqueue a syncIngress task.
2021-09-07 10:47:16 -07:00
..
backend_ssl.go Release v1 (#7470) 2021-08-21 13:42:00 -07:00
configmap.go Clarify log messages in controller pkg 2018-07-02 22:59:54 +02:00
endpoint.go Clarify log messages in controller pkg 2018-07-02 22:59:54 +02:00
endpoint_test.go Add missing tests for store/endpoint (#7039) 2021-07-16 06:06:09 -07:00
ingress.go Release v1 (#7470) 2021-08-21 13:42:00 -07:00
ingress_annotation.go Improve parsing of annotations and use of Ingress wrapper 2018-12-02 15:35:36 -03:00
ingressclass.go Release v1 (#7470) 2021-08-21 13:42:00 -07: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
objectref.go Sync secrets (SSL certificates) on events 2018-04-13 16:14:29 +02:00
objectref_test.go Sync secrets (SSL certificates) on events 2018-04-13 16:14:29 +02:00
secret.go Clarify log messages in controller pkg 2018-07-02 22:59:54 +02:00
service.go Clarify log messages in controller pkg 2018-07-02 22:59:54 +02:00
store.go Trigger syncIngress on Service addition/deletion #7346 (#7374) 2021-09-07 10:47:16 -07:00
store_test.go Release v1 (#7470) 2021-08-21 13:42:00 -07:00