ingress-nginx-helm/internal/ingress/controller
Jintao Zhang 730174f73d
feat: using LeaseLock for election (#8921)
We removed the use of configmap as an election lock, so we will use the
Lease API to complete the election.

Before this, we used `MultiLock` to facilitate smooth migration of
existing users of ingress-nginx from configmap to LeaseLock.

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>

Signed-off-by: Jintao Zhang <zhangjintao9020@gmail.com>
2022-08-22 15:38:16 -07:00
..
config Move APIs to be used by both controller and configurer (#8854) 2022-07-21 17:32:48 -07:00
ingressclass Print warning only instead of error if no permission on ingressclass (#7578) 2021-10-10 12:48:37 -07:00
process Jail/chroot nginx process inside controller container (#8337) 2022-04-08 21:48:04 -07:00
store Move APIs to be used by both controller and configurer (#8854) 2022-07-21 17:32:48 -07:00
template Move APIs to be used by both controller and configurer (#8854) 2022-07-21 17:32:48 -07:00
certificate.go Fix verification of boilerplate, style and file headers 2017-12-03 13:58:23 -03:00
checker.go Remove deprecated libraries, update other libs, add ci v1.23 (#8118) 2022-01-09 16:29:12 -08:00
checker_test.go Decouple shared functions between controllers (#8829) 2022-07-20 11:53:44 -07:00
controller.go Clean old code and move helper functions (#8946) 2022-08-21 14:21:51 -07:00
controller_test.go Move APIs to be used by both controller and configurer (#8854) 2022-07-21 17:32:48 -07:00
endpoints.go Move APIs to be used by both controller and configurer (#8854) 2022-07-21 17:32:48 -07:00
endpoints_test.go Move APIs to be used by both controller and configurer (#8854) 2022-07-21 17:32:48 -07:00
location.go Move APIs to be used by both controller and configurer (#8854) 2022-07-21 17:32:48 -07:00
nginx.go Clean old code and move helper functions (#8946) 2022-08-21 14:21:51 -07:00
nginx_test.go Clean old code and move helper functions (#8946) 2022-08-21 14:21:51 -07:00
status.go feat: using LeaseLock for election (#8921) 2022-08-22 15:38:16 -07:00
util.go Move APIs to be used by both controller and configurer (#8854) 2022-07-21 17:32:48 -07:00
util_test.go rename sysctlFSFileMax to rlimitMaxNumFiles to reflect what it actually does 2019-01-15 15:34:17 -05:00