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
BUILD
endpointset.go
endpointslice_controller_test.go Fix EndpointSliceController service deletion processing 2019-09-22 10:01:29 -07:00
endpointslice_controller.go Fix EndpointSliceController service deletion processing 2019-09-22 10:01:29 -07:00
reconciler_test.go
reconciler.go
utils_test.go
utils.go