linkerd2/controller
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
..
api Modify the Stat API to handle requests for resource type "all" (#928) 2018-05-11 14:35:37 -07:00
cmd Deprecate Tap, rename TapByResource to Tap (#844) 2018-04-25 12:24:46 -07:00
destination Remove special support for ExternalName services (#764) 2018-04-25 11:53:33 -10:00
gen Modify the Stat endpoint to also return the number of failed conduit pods (#895) 2018-05-08 10:35:21 -07:00
k8s Fix bug where GetPodsFor(pod) was returning all pods in a namespace (#900) 2018-05-08 13:52:49 -07:00
script Modify the Stat endpoint to also return the number of failed conduit pods (#895) 2018-05-08 10:35:21 -07:00
tap Modify the Stat endpoint to also return the number of failed conduit pods (#895) 2018-05-08 10:35:21 -07:00
util Reuse code for metrics serving in controller (#585) 2018-03-19 10:33:25 -07:00
Dockerfile docker: Cache versionless builds before building versioned go binaries (#921) 2018-05-10 10:22:09 -07:00