Difference between revisions of "List all resources from a namespace"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
+ | == See also == | ||
+ | * {{kubectl api-resources}} | ||
− | + | [[Category:K8s]] |
Revision as of 08:44, 10 October 2023
kubectl api-resources --verbs=list --namespaced -o name | xargs -n 1 kubectl get --ignore-not-found --show-kind -n your-namespace
See also
Advertising: