linkerd2/pkg/healthcheck
Tarun Pothulapati 589f36c4c2
jaeger: add check sub command (#5295)
* jaeger: add check sub command

This adds a new `linkerd jaeger check` command to have checks w.r.t
jaeger extension. This is similar to that of the `linkerd check` cmd.
As jaeger is a separate package, It was a bit complex for this to work
as not all types and fields from healthcheck pkg are public, Helper
funcs were used to mitigate this.

This has the following changes:

- Adds a new `check.go` file under the jaeger extension pkg
- Moves some commonly needed funcs and types from `cli/cmd/check.go`
  and `pkg/healthcheck/health.go` into
  `pkg/healthcheck/healthcheck_output.go`.

Signed-off-by: Tarun Pothulapati <tarunpothulapati@outlook.com>
2020-12-17 00:26:34 +05:30
..
healthcheck.go jaeger: add check sub command (#5295) 2020-12-17 00:26:34 +05:30
healthcheck_addons.go jaeger: add check sub command (#5295) 2020-12-17 00:26:34 +05:30
healthcheck_multicluster.go jaeger: add check sub command (#5295) 2020-12-17 00:26:34 +05:30
healthcheck_output.go jaeger: add check sub command (#5295) 2020-12-17 00:26:34 +05:30
healthcheck_test.go jaeger: add check sub command (#5295) 2020-12-17 00:26:34 +05:30
sidecar.go Push docker images to ghcr.io instead of gcr.io (#4953) 2020-09-10 15:16:24 -05:00
version.go Consolidate timeouts for `linkerd check` (#2191) 2019-02-05 11:38:30 -05:00
version_test.go Enable `unused` linter (#2357) 2019-02-23 11:05:39 -08:00