mirror of https://github.com/linkerd/linkerd2.git
* 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> |
||
---|---|---|
.. | ||
healthcheck.go | ||
healthcheck_addons.go | ||
healthcheck_multicluster.go | ||
healthcheck_output.go | ||
healthcheck_test.go | ||
sidecar.go | ||
version.go | ||
version_test.go |