linkerd2/multicluster
Tarun Pothulapati 68c02d82d1
healthcheck: simplify Checker construction with a builder (#5475)
Currently, Each new instance of `Checker` type have to manually
set all the fields with the `NewChecker()`, even though most
use-cases are fine with the defaults.

This branch makes this simpler by using the Builder pattern, so
that the users of `Checker` can override the defaults by using
specific field methods when needed. Thus simplifying the code.

This also removes some of the methods that were specific to tests,
and replaces them with the currently used ones.

Signed-off-by: Tarun Pothulapati <tarunpothulapati@outlook.com>
2021-01-06 14:32:39 -08:00
..
charts Add mulitcluster check command (#5410) 2020-12-21 15:50:17 -05:00
cmd healthcheck: simplify Checker construction with a builder (#5475) 2021-01-06 14:32:39 -08:00
service-mirror Don't swallow error when MC gateway hostname can't be resolved (#5362) 2020-12-11 09:58:44 -05:00
static extension: Separate multicluster chart and binary (#5293) 2020-12-04 16:36:10 -08:00
values extension: Separate multicluster chart and binary (#5293) 2020-12-04 16:36:10 -08:00