linkerd2/cli
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
..
cmd Replace shelling out with kubernetes proxy (#249) 2018-02-02 10:31:59 -08:00
Dockerfile Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
Dockerfile-bin Replace shelling out with kubernetes proxy (#249) 2018-02-02 10:31:59 -08:00
main.go Replace shelling out with kubernetes proxy (#249) 2018-02-02 10:31:59 -08:00