Files
kubernetes/pkg/controlplane
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
..
2020-09-02 10:48:26 -07:00
2023-03-02 15:06:00 +01:00
2022-01-10 09:02:53 -05:00