kubernetes/pkg/controller/endpointslice
Quan Tian db6bbf2375 Fix EndpointSliceController service deletion processing
syncService shouldn't return error if the service doesn't exist which
means it's triggered by service deletion, otherwise the service would be
enqueued repeatedly even its cleanup has been executed successfully.

This patch makes syncService return nil if the error is NotFound when
getting the service, like the other controllers do.
2019-09-22 10:01:29 -07:00
..
config Adding EndpointSlice controller 2019-08-28 21:13:27 -07:00
BUILD Fixing bugs related to Endpoint Slices 2019-09-04 09:09:32 -07:00
endpointset.go Adding EndpointSlice controller 2019-08-28 21:13:27 -07:00
endpointslice_controller.go Fix EndpointSliceController service deletion processing 2019-09-22 10:01:29 -07:00
endpointslice_controller_test.go Fix EndpointSliceController service deletion processing 2019-09-22 10:01:29 -07:00
reconciler.go Adding EndpointSlice controller 2019-08-28 21:13:27 -07:00
reconciler_test.go Fixing bugs related to Endpoint Slices 2019-09-04 09:09:32 -07:00
utils.go Fixing bugs related to Endpoint Slices 2019-09-04 09:09:32 -07:00
utils_test.go Fixing bugs related to Endpoint Slices 2019-09-04 09:09:32 -07:00