linkerd2/cli/cmd
Andrew Seigner 9a40d984ff
Replace shelling out with kubernetes proxy (#249)
The conduit dashboard command asychronously shells out and runs "kubectl
proxy".

This change replaces the shelling out with calls to kubernetes proxy
APIs. It also allows us to enable race detection in our go tests, as the
shell out code tests did not pass race detection.

Fixes #173

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
2018-02-02 10:31:59 -08:00
..
testdata Simplify and refactor k8s labels and annnotations (#227) 2018-02-01 14:12:06 -08:00
check.go Replace shelling out with kubernetes proxy (#249) 2018-02-02 10:31:59 -08:00
check_test.go cli polish for 0.1.2 release (#176) 2018-01-18 16:33:25 -08:00
completion.go Add -log-level flag for install and inject commands (#239) 2018-02-01 12:38:07 -08:00
completion_test.go Add shell completion command to cli (#97) 2017-12-28 14:24:06 -08:00
dashboard.go Replace shelling out with kubernetes proxy (#249) 2018-02-02 10:31:59 -08:00
get.go Remove scheme requirement for api-addr flag in conduit CLI (#126) 2018-01-17 17:12:44 -08:00
get_test.go fix typo error (#153) 2018-01-16 11:20:21 -05:00
inject.go Simplify and refactor k8s labels and annnotations (#227) 2018-02-01 14:12:06 -08:00
install.go Simplify and refactor k8s labels and annnotations (#227) 2018-02-01 14:12:06 -08:00
install_test.go Simplify and refactor k8s labels and annnotations (#227) 2018-02-01 14:12:06 -08:00
root.go Replace shelling out with kubernetes proxy (#249) 2018-02-02 10:31:59 -08:00
stat.go cli polish for 0.1.2 release (#176) 2018-01-18 16:33:25 -08:00
stat_test.go Adds conduit-api check for status command (#140) 2018-01-12 15:35:22 -05:00
tap.go Update cli subcommands to print errors when encountered (#221) 2018-01-29 11:28:19 -08:00
tap_test.go Move EosCtx to common for Tap and Telemetery (#204) 2018-01-24 15:48:00 -08:00
version.go Add -log-level flag for install and inject commands (#239) 2018-02-01 12:38:07 -08:00
version_test.go Update cli subcommands to print errors when encountered (#221) 2018-01-29 11:28:19 -08:00