Files
kubernetes/pkg
Patrick Ohly dad95e1be6 update lease controller
Passing in a context instead of a stop channel has several advantages:
- ensures that client-go calls return as soon as the controller is asked to stop
- contextual logging can be used

By passing that context down to its own functions and checking it while
waiting, the lease controller also doesn't get stuck in backoffEnsureLease
anymore (https://github.com/kubernetes/kubernetes/issues/116196).
2023-03-02 15:06:00 +01:00
..
2023-03-01 06:48:37 +00:00
2023-03-02 15:06:00 +01:00
2023-03-02 15:06:00 +01:00
2023-02-22 08:32:21 -05:00
2023-02-21 13:02:30 +05:30
2022-10-10 13:43:03 -04:00