linkerd2/cli
Risha Mars 7d4c4aa290
CLI: print resources in the same order every time stat all is run (#1088)
Previously, in conduit stat all we would just print the map of stat results, which 
resulted in the order in which stats were displayed varying between prints.

Fix:
Define an array, k8s.StatAllResourceTypes and use the order in this array to print 
the map; ensuring a consistent print order every time the command is run.
2018-06-08 15:02:17 -07:00
..
cmd CLI: print resources in the same order every time stat all is run (#1088) 2018-06-08 15:02:17 -07:00
install Add install flag for sending tls identity info to proxies (#1055) 2018-06-04 16:55:06 -07:00
Dockerfile-bin Go: update k8s dependencies to 1.10.2 (#962) 2018-05-17 15:46:58 -07:00
main.go Replace shelling out with kubernetes proxy (#249) 2018-02-02 10:31:59 -08:00