List all resources from a namespace
Revision as of 08:43, 10 October 2023 by Welcome (talk | contribs) (Created page with " * <code>kubectl api-resources --verbs=list --namespaced -o name | xargs -n 1 kubectl get --ignore-not-found --show-kind -n your-namespace</code> {{kubectl api-reso...")
kubectl api-resources --verbs=list --namespaced -o name | xargs -n 1 kubectl get --ignore-not-found --show-kind -n your-namespace
Advertising: