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

From wikieduonline
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...")
 
 
(9 intermediate revisions by the same user not shown)
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>
 
  
 +
<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}}
+
== Related ==
 +
* <code>[[controllerrevision.apps]]</code>
 +
* <code>[[aquasecurity.github.io]]</code>
 +
* <code>[[kube-dump ns -n]]</code>
 +
* <code>[[configmap/]]</code>
 +
* <code>[[kubectl get all]]</code>
 +
 
 +
== See also ==
 +
* {{kubectl api-resources}}
 +
* {{k8s.io}}
 +
 
 +
[[Category:K8s]]

Latest revision as of 10:34, 11 October 2023

Advertising: