Difference between revisions of "List all resources from a namespace"

From wikieduonline
Jump to navigation Jump to search
Line 3: Line 3:
 
<code>[[kubectl]] api-resources --verbs=list --namespaced -o name | xargs -n 1 [[kubectl get]] --ignore-not-found --show-kind -n your-namespace</code>
 
<code>[[kubectl]] api-resources --verbs=list --namespaced -o name | xargs -n 1 [[kubectl get]] --ignore-not-found --show-kind -n your-namespace</code>
  
 +
 +
 +
* [[controllerrevision.apps]]
 +
* [[aquasecurity.github.io]]
  
 
== See also ==
 
== See also ==

Revision as of 08:45, 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: