-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Description
Support istioctl get all
, similar to kubectl get all
. The command would get and display all of the current types (routerule, egressrule, destinationpolicy, httpapispec, httpapispecbinding, quotaspec, quotaspecbinding, servicerole, servicerolebinding, virtualservice, gateway, serviceentry, destinationrule, policy) and support the -o yaml
option but print tables by default.
In discussion on #networking Costin said "+1" and Lin Sun said "that seems useful. today i do kubectl get crd to see which ones are istio".