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

From wikieduonline
Jump to navigation Jump to search
 
(5 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>
  
  
 
== 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>
 +
* <code>[[configmap/]]</code>
 +
* <code>[[kubectl get all]]</code>
  
 
== See also ==
 
== See also ==
 
* {{kubectl api-resources}}
 
* {{kubectl api-resources}}
 +
* {{k8s.io}}
  
 
[[Category:K8s]]
 
[[Category:K8s]]

Latest revision as of 10:34, 11 October 2023

Advertising: