linkerd2/viz/cmd
Shubhendra Singh Chauhan ad3b9accd8
fix: issues affecting code quality (#5827)
Fix various lint issues:

- Remove unnecessary calls to fmt.Sprint
- Fix check for empty string
- Fix unnecessary calls to Printf
- Combine multiple `append`s into a single call

Signed-off-by: shubhendra <withshubh@gmail.com>
2021-03-15 17:35:40 -04:00
..
testdata proxy: v2.138.0 (#5882) 2021-03-09 16:22:39 -05:00
check.go Run extension checks when linkerd check is invoked (#5647) 2021-02-11 10:50:16 -06:00
dashboard.go Remove linkerd prefix from extension resources (#5803) 2021-02-25 11:01:31 -05:00
edges.go fix: issues affecting code quality (#5827) 2021-03-15 17:35:40 -04:00
edges_test.go Extract from public-api all the Prometheus dependencies, and moves things into a new viz component 'linkerd-metrics-api' (#5560) 2021-01-21 18:26:38 -05:00
install.go Move CP check after the readiness check (#5848) 2021-03-01 19:47:25 -05:00
install_test.go prevent duplicate prometheus args (#5841) 2021-03-09 15:31:46 -05:00
list.go Add viz and jaeger list commands (#5820) 2021-03-01 10:16:18 -08:00
main_test.go viz: add render golden tests (#5433) 2021-01-12 11:59:16 +05:30
profile.go values: removal of .global field (#5699) 2021-02-11 23:38:34 +05:30
profile_test.go Move tap from core into Viz extension (#5651) 2021-02-09 12:43:21 -05:00
root.go Add viz and jaeger list commands (#5820) 2021-03-01 10:16:18 -08:00
routes.go Fix for CLI printing command usage for API Errors for multiple commands (#5768) 2021-02-19 11:08:27 -05:00
routes_test.go Extract from public-api all the Prometheus dependencies, and moves things into a new viz component 'linkerd-metrics-api' (#5560) 2021-01-21 18:26:38 -05:00
stat.go Fix for CLI printing command usage for API Errors with `linkerd viz stat` (#5678) 2021-02-12 11:05:01 -05:00
stat_test.go Extract from public-api all the Prometheus dependencies, and moves things into a new viz component 'linkerd-metrics-api' (#5560) 2021-01-21 18:26:38 -05:00
tap.go Report better errors for pods with tap disabled (#5799) 2021-02-24 12:32:46 -08:00
tap_test.go Move tap from core into Viz extension (#5651) 2021-02-09 12:43:21 -05:00
top.go Move tap from core into Viz extension (#5651) 2021-02-09 12:43:21 -05:00
uninstall.go cli: make `linkerd uninstall` fail when injected pods are present (#5642) 2021-02-03 12:31:30 +05:30