linkerd2/multicluster/service-mirror
Oliver Gould b62dd7901a
Fix redundant error handling (#7823)
Various methods check if an error is `nil` before returning it, however
continuing down the code path returns a `nil`. This can be reduced to
just returning the error whether it is `nil` or not.

Signed-off-by: Oliver Gould <ver@buoyant.io>
2022-02-07 19:17:43 -08:00
..
cluster_watcher.go Fix redundant error handling (#7823) 2022-02-07 19:17:43 -08:00
cluster_watcher_headless.go Service mirror controllers should not create namespaces (#7597) 2022-01-20 10:01:12 -08:00
cluster_watcher_mirroring_test.go Emit event when skipping mirroring of a service (#7655) 2022-01-21 09:27:07 -08:00
cluster_watcher_test_util.go Service mirror controllers should not create namespaces (#7597) 2022-01-20 10:01:12 -08:00
events_formatting.go multicluster: Fix metadata prefix matching (#7825) 2022-02-07 19:16:43 -08:00
jittered_ticker.go extension: Separate multicluster chart and binary (#5293) 2020-12-04 16:36:10 -08:00
metrics.go extension: Separate multicluster chart and binary (#5293) 2020-12-04 16:36:10 -08:00
probe_worker.go extension: Separate multicluster chart and binary (#5293) 2020-12-04 16:36:10 -08:00