linkerd2/multicluster/cmd
Alex Leong 26eba44ac3
feat(cli): Add json output to link, unlink, allow, and allow-scrapes commands (#12658)
We add an -o/--output flag to the remaining commands which render kubernetes resources and do not yet have this flag. The supported values for this flag are "yaml" (default) and "json". The commands are:

linkerd mulitcluster allow
linkerd multicluster link
linkerd multicluster unlink
linkerd viz allow-scrapes

Signed-off-by: Alex Leong <alex@buoyant.io>
2024-06-14 09:01:29 -07:00
..
service-mirror Unregister prom gauges when recycling cluster watcher (#11875) 2024-01-05 18:07:13 -08:00
testdata Add json output to install and related commands (#12641) 2024-06-04 12:43:23 -07:00
allow.go feat(cli): Add json output to link, unlink, allow, and allow-scrapes commands (#12658) 2024-06-14 09:01:29 -07:00
check.go Add ability to configure client-go's `QPS` and `Burst` settings (#11644) 2023-11-28 15:25:05 -05:00
gateways.go `linkerd mc link|gateways` small improvements (#11265) 2023-09-05 08:57:26 -05:00
install.go Add json output to install and related commands (#12641) 2024-06-04 12:43:23 -07:00
install_test.go Add json output to install and related commands (#12641) 2024-06-04 12:43:23 -07:00
link.go feat(cli): Add json output to link, unlink, allow, and allow-scrapes commands (#12658) 2024-06-14 09:01:29 -07:00
link_test.go feat(cli): Add json output to link, unlink, allow, and allow-scrapes commands (#12658) 2024-06-14 09:01:29 -07:00
main_test.go Add tests of multicluster install command (#7111) 2021-10-20 15:11:12 -07:00
root.go Make `CheckURL` and `DefaultDockerRegistry` vars (#11128) 2023-07-19 09:58:37 -07:00
uninstall.go Add json output to install and related commands (#12641) 2024-06-04 12:43:23 -07:00
unlink.go feat(cli): Add json output to link, unlink, allow, and allow-scrapes commands (#12658) 2024-06-14 09:01:29 -07:00