Open wd opened 4 years ago
Like we can use po for pods, svc for services in kubectl command line, it's will be useful if they are available in click.
po
svc
We can use kubectl api-resources to find the shortnames.
kubectl api-resources
you can use alias for this, although supporting all the shortnames the server understands is not unreasonable.
alias
Like we can use
po
for pods,svc
for services in kubectl command line, it's will be useful if they are available in click.We can use
kubectl api-resources
to find the shortnames.