ingress-nginx-helm/internal/ingress/controller
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
..
config fix: discover mounted geoip db files (#7228) 2021-08-10 11:24:39 -07:00
ingressclass Release v1 (#7470) 2021-08-21 13:42:00 -07:00
process Migrate to klog v2 2020-08-08 21:01:03 -04:00
store Trigger syncIngress on Service addition/deletion #7346 (#7374) 2021-09-07 10:47:16 -07:00
template Update to the base nginx image (#7597) 2021-09-05 04:50:28 -07:00
certificate.go Fix verification of boilerplate, style and file headers 2017-12-03 13:58:23 -03:00
checker.go Update go version, modules and remove ioutil 2021-08-06 14:15:21 -03:00
checker_test.go fix: use exponential backoff mechanism to listen on nginx.StatusPort 2021-05-13 15:02:11 +08:00
controller.go feat: add session-cookie-secure annotation (#7399) 2021-09-01 15:23:40 -07:00
controller_test.go fix ingress-nginx panic when the certificate format is wrong. (#7443) 2021-08-23 18:58:14 -07:00
endpoints.go Remove localhost calls from external names 2021-04-30 16:49:35 -03:00
endpoints_test.go Remove localhost calls from external names 2021-04-30 16:49:35 -03:00
location.go Release v1 (#7470) 2021-08-21 13:42:00 -07:00
nginx.go Release v1 (#7470) 2021-08-21 13:42:00 -07:00
nginx_test.go Update go version, modules and remove ioutil 2021-08-06 14:15:21 -03:00
status.go Refactor extraction of ingress pod details 2020-11-19 17:31:28 -03:00
tcp.go Release v1 (#7470) 2021-08-21 13:42:00 -07:00
util.go Release v1 (#7470) 2021-08-21 13:42:00 -07:00
util_test.go rename sysctlFSFileMax to rlimitMaxNumFiles to reflect what it actually does 2019-01-15 15:34:17 -05:00