linkerd2/cli/cmd
Risha Mars b8dc83f9d2
Modify the Stat API to handle requests for resource type "all" (#928)
Allow the Stat endpoint in the public-api to accept requests for resourceType "all".

Currently, this queries Pods, Deployments, RCs and Services, but can be modified 
to query other resources as well.

Both the CLI and web endpoints now work if you set resourceType to all.

e.g. `conduit stat all`
2018-05-11 14:35:37 -07:00
..
testdata Adding statefulsets to inject. Fixes #907 (#910) 2018-05-10 09:00:36 -05:00
check.go CLI: change conduit namespace shorthand flag to -c (#714) 2018-04-06 14:47:31 -07:00
check_test.go Remove kubectl dependency, validate k8s server version via api (#396) 2018-02-20 12:14:11 -08:00
completion.go Misc cleanup following the telemetry rewrite (#771) 2018-04-16 15:51:07 -07:00
completion_test.go Add shell completion command to cli (#97) 2017-12-28 14:24:06 -08:00
dashboard.go CLI: change conduit namespace shorthand flag to -c (#714) 2018-04-06 14:47:31 -07:00
dashboard_test.go add check and friendly error if conduit dashboard is not installed (#289) 2018-02-19 09:28:56 -08:00
get.go Implement Public API and Tap on top of Lister (#835) 2018-04-24 18:10:48 -07:00
get_test.go fix typo error (#153) 2018-01-16 11:20:21 -05:00
inject.go Adding statefulsets to inject. Fixes #907 (#910) 2018-05-10 09:00:36 -05:00
inject_test.go Adding statefulsets to inject. Fixes #907 (#910) 2018-05-10 09:00:36 -05:00
install.go Upgrade Prometheus from 2.1.0 to 2.2.1 (#816) 2018-04-19 18:00:53 -07:00
install_test.go Build conduit-specific Grafana Docker image (#679) 2018-04-05 14:20:05 -07:00
root.go CLI: change conduit namespace shorthand flag to -c (#714) 2018-04-06 14:47:31 -07:00
stat.go Modify the Stat API to handle requests for resource type "all" (#928) 2018-05-11 14:35:37 -07:00
tap.go Deprecate Tap, rename TapByResource to Tap (#844) 2018-04-25 12:24:46 -07:00
tap_test.go Deprecate Tap, rename TapByResource to Tap (#844) 2018-04-25 12:24:46 -07:00
test_helper.go Add Grafana to conduit install (#444) 2018-02-28 11:36:21 -08:00
version.go Misc cleanup following the telemetry rewrite (#771) 2018-04-16 15:51:07 -07:00
version_test.go Update cli subcommands to print errors when encountered (#221) 2018-01-29 11:28:19 -08:00