mirror of
https://github.com/optim-enterprises-bv/kubernetes.git
synced 2025-10-30 17:58:14 +00:00
Add a label to allow us to recognize endpoint-controller-generated Endpoints in the future. (In particular, to allow us to recognize stale Endpoints whose Service gets deleted while the Endpoints controller is not running.) Unlike the corresponding EndpointSlice label, this is not defined as part of the public API, because we have no interest in getting other controllers to use it. (They should switch to creating EndpointSlices instead.)