Difference between revisions of "List all resources from a namespace"
Jump to navigation
Jump to search
(8 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
− | <code>[[kubectl | + | <code>[[kubectl api-resources]] --verbs=list --namespaced -o name | xargs -n 1 [[kubectl get]] --ignore-not-found --show-kind -n your-namespace</code> |
+ | == Related == | ||
+ | * <code>[[controllerrevision.apps]]</code> | ||
+ | * <code>[[aquasecurity.github.io]]</code> | ||
+ | * <code>[[kube-dump ns -n]]</code> | ||
+ | * <code>[[configmap/]]</code> | ||
+ | * <code>[[kubectl get all]]</code> | ||
− | {{kubectl api-resources}} | + | == See also == |
+ | * {{kubectl api-resources}} | ||
+ | * {{k8s.io}} | ||
+ | |||
+ | [[Category:K8s]] |
Latest revision as of 10:34, 11 October 2023
kubectl api-resources --verbs=list --namespaced -o name | xargs -n 1 kubectl get --ignore-not-found --show-kind -n your-namespace
Related[edit]
See also[edit]
kubectl api-resources, Kubectl api-versions
k8s.io, kubectl api-versions, kubernetes.io, networking.k8s.io, scheduling.k8s.io/v1, apiextensions.k8s.io, k8s.io/cluster-autoscaler/, rbac.authorization.k8s.io/v1, authentication.k8s.io, storage.k8s.io, metrics.k8s.io, discovery.k8s.io, csi.k8s.io, registry.k8s.io, pkgs.k8s.io, apiserver.k8s.io, audit.k8s.io, admissionregistration.k8s.io
Advertising: