linkerd2/jaeger/cmd
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
..
check.go healthcheck: simplify Checker construction with a builder (#5475) 2021-01-06 14:32:39 -08:00
dashboard.go extension: add jaeger dashboard sub-command (#5291) 2020-12-01 10:56:18 -08:00
install.go Rename proxy-mutator to jaeger-injector (#5351) 2021-01-06 10:00:07 -08:00
root.go jaeger: add check sub command (#5295) 2020-12-17 00:26:34 +05:30
uninstall.go Add jaeger uninstall command (#5353) 2020-12-14 15:48:44 -08:00