kubernetes/pkg/controller/endpointslice
Rob Scott 6b8b2ff975
Adding new label to indicate what is managing an EndpointSlice
This adds a new Label to EndpointSlices that will ensure that multiple
controllers or entities can manage subsets of EndpointSlices. This
label provides a way to indicate the controller or entity responsible
for managing an EndpointSlice.

To provide a seamless upgrade from the alpha release of EndpointSlices
that did not support this label, a temporary annotation has been added
on Services to indicate that this label has been initially set on
EndpointSlices. That annotation will be set automatically by the
EndpointSlice controller with this commit once appropriate Labels have
been added on the corresponding EndpointSlices.
2019-11-08 15:34:44 -08:00
..
config Autogenerated code 2019-10-24 20:21:00 +02:00
metrics Adding initial EndpointSlice metrics. 2019-10-23 17:33:17 -07:00
BUILD Adding initial EndpointSlice metrics. 2019-10-23 17:33:17 -07:00
endpointset.go Merge pull request #84763 from hwdef/fix-staticcheck6 2019-11-07 09:05:17 -08:00
endpointslice_controller_test.go Adding new label to indicate what is managing an EndpointSlice 2019-11-08 15:34:44 -08:00
endpointslice_controller.go Adding new label to indicate what is managing an EndpointSlice 2019-11-08 15:34:44 -08:00
OWNERS Adding owners for EndpointSlice controller 2019-09-24 11:45:15 -07:00
reconciler_test.go Setting Hostname from Pods on EndpointSlice to match Endpoints behavior. 2019-11-07 13:22:54 -08:00
reconciler.go Setting Hostname from Pods on EndpointSlice to match Endpoints behavior. 2019-11-07 13:22:54 -08:00
utils_test.go Adding new label to indicate what is managing an EndpointSlice 2019-11-08 15:34:44 -08:00
utils.go Adding new label to indicate what is managing an EndpointSlice 2019-11-08 15:34:44 -08:00