linkerd2/web
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
..
app Various small UI tweaks (#234) 2018-01-31 18:09:15 -08:00
srv Add more prometheus instrumentation (latency, response size) (#174) 2018-02-01 09:50:31 -08:00
templates Remove namespace property from the Conduit web app (#10) 2017-12-08 15:38:04 -08:00
util/filesonly Introducing Conduit, the ultralight service mesh 2017-12-05 00:24:55 +00:00
Dockerfile Replace shelling out with kubernetes proxy (#249) 2018-02-02 10:31:59 -08:00
main.go Set conduit version to match conduit docker tags (#208) 2018-01-26 11:43:45 -08:00