linkerd2/controller/api/util
Andrew Seigner 39eccb09e2
cli: standardize kubernetes resource parsing (#830)
The Tap command leveraged new cli parsing code, enabling Kubernetes
resources specified as `(TYPE [NAME] | TYPE/NAME)`. The Stat command
did not use this.

Modify the Stat command to use the same cli flag parsing code as Tap.
Remove the to/from-resource flags from Stat.

Fixes #792

Signed-off-by: Andrew Seigner <siggy@buoyant.io>
2018-04-23 15:17:42 -07:00
..
api_utils.go cli: standardize kubernetes resource parsing (#830) 2018-04-23 15:17:42 -07:00
api_utils_test.go Introduce tapByResource cli command (#802) 2018-04-19 14:44:23 -07:00