Difference between revisions of "List all resources from a namespace"
Jump to navigation
Jump to search
(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...") |
|||
Line 1: | Line 1: | ||
− | + | ||
+ | <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-resources}} | {{kubectl api-resources}} |
Revision as of 08:43, 10 October 2023
kubectl api-resources --verbs=list --namespaced -o name | xargs -n 1 kubectl get --ignore-not-found --show-kind -n your-namespace
Advertising: