ingress-nginx-helm/internal/ingress
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
..
annotations Additional AuthTLS assertions and doc change to demonstrate auth-tls-secret enables the other AuthTLS annotations (#7202) 2021-09-07 10:35:16 -07:00
controller Trigger syncIngress on Service addition/deletion #7346 (#7374) 2021-09-07 10:47:16 -07:00
defaults Allow preservation of trailing slashes on TLS redirects via annotation. (#7144) 2021-05-23 08:51:38 -07:00
errors implement canary annotation and alternative backends 2018-11-06 13:13:14 -05:00
metric Release v1 (#7470) 2021-08-21 13:42:00 -07:00
resolver chore: Add test to internal ingress resolver pkg 2020-12-23 13:33:12 -03:00
status Sync Hostname and IP address from service to ingress status (#7464) 2021-09-07 10:41:16 -07:00
sslcert.go Update PemSHA field for default SSL certificate 2021-01-21 19:15:03 -03:00
types.go feat: add session-cookie-secure annotation (#7399) 2021-09-01 15:23:40 -07:00
types_equals.go feat: add session-cookie-secure annotation (#7399) 2021-09-01 15:23:40 -07:00
types_equals_test.go fix crl not reload when crl got updated in the ca secret 2021-03-31 16:13:07 -04:00
zz_generated.deepcopy.go Update ingress to go 1.17 (#7521) 2021-08-23 14:25:25 -07:00