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