kubernetes/pkg/controller/endpointslice
Rob Scott ff3cbdb0ad
Updating EndpointSlices to use PublishNotReadyAddresses from Services.
The Service spec includes a PublishNotReadyAddresses field which has
been used by Endpoints to report all matching resources ready. This may
or may not have been the initial purpose of the field, but given the
desire to provide backwards compatibility with the Endpoints API here,
it seems to make sense to continue to provide the same functionality.
2019-11-06 09:11:31 -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 Adding initial EndpointSlice metrics. 2019-10-23 17:33:17 -07:00
endpointslice_controller_test.go Fix EndpointSliceController service deletion processing 2019-09-22 10:01:29 -07:00
endpointslice_controller.go Adding initial EndpointSlice metrics. 2019-10-23 17:33:17 -07:00
OWNERS Adding owners for EndpointSlice controller 2019-09-24 11:45:15 -07:00
reconciler_test.go Updating EndpointSlices to use PublishNotReadyAddresses from Services. 2019-11-06 09:11:31 -08:00
reconciler.go Updating EndpointSlices to use PublishNotReadyAddresses from Services. 2019-11-06 09:11:31 -08:00
utils_test.go Updating EndpointSlices to use PublishNotReadyAddresses from Services. 2019-11-06 09:11:31 -08:00
utils.go Updating EndpointSlices to use PublishNotReadyAddresses from Services. 2019-11-06 09:11:31 -08:00