Difference between revisions of "List all resources from a namespace"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
− | + | == Related == | |
* [[controllerrevision.apps]] | * [[controllerrevision.apps]] | ||
* [[aquasecurity.github.io]] | * [[aquasecurity.github.io]] | ||
+ | * <code>[[kube-dump ns -n]]</code> | ||
== See also == | == See also == |
Revision as of 08:48, 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: