kubernetes/pkg/controller/endpointslicemirroring
Rob Scott 4cfe4403b4
Updating EndpointSlice controllers to return if error encountered
Previously the controllers would proceed with additional creates,
updates, or deletes if 1 failed. That could potentially result in
scenarios where an EndpointSlice create or update failing while a delete
worked. This updates the logic so that removals will not happen if
additions fail.
2020-08-12 09:58:03 -07:00
..
config
metrics
BUILD Updating EndpointSlice controllers to return if error encountered 2020-08-12 09:58:03 -07:00
endpointset.go
endpointslice_tracker_test.go Fixing memory leak in EndpointSliceMirroring EndpointSlice tracker 2020-07-24 17:21:36 -07:00
endpointslice_tracker.go Fixing memory leak in EndpointSliceMirroring EndpointSlice tracker 2020-07-24 17:21:36 -07:00
endpointslicemirroring_controller_test.go
endpointslicemirroring_controller.go Fixing memory leak in EndpointSliceMirroring EndpointSlice tracker 2020-07-24 17:21:36 -07:00
events.go
OWNERS
reconciler_helpers_test.go test: deflake TestRecycleSlices test 2020-07-27 21:41:02 +08:00
reconciler_helpers.go
reconciler_test.go
reconciler.go Updating EndpointSlice controllers to return if error encountered 2020-08-12 09:58:03 -07:00
utils_test.go Updating EndpointSliceMirroring controller to copy labels from Endpoints 2020-08-03 14:12:30 -07:00
utils.go Updating EndpointSliceMirroring controller to copy labels from Endpoints 2020-08-03 14:12:30 -07:00