![]() 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. |
||
---|---|---|
.. | ||
config | ||
BUILD | ||
endpointset.go | ||
endpointslice_controller_test.go | ||
endpointslice_controller.go | ||
reconciler_test.go | ||
reconciler.go | ||
utils_test.go | ||
utils.go |