Difference between revisions of "List all resources from a namespace"
Jump to navigation
Jump to search
Line 1: | Line 1: | ||
− | <code>[[kubectl | + | <code>[[kubectl api-resources]] --verbs=list --namespaced -o name | xargs -n 1 [[kubectl get]] --ignore-not-found --show-kind -n your-namespace</code> |
Revision as of 09:14, 10 October 2023
kubectl api-resources --verbs=list --namespaced -o name | xargs -n 1 kubectl get --ignore-not-found --show-kind -n your-namespace
Related
See also
Advertising: