List all resources from a namespace

From wikieduonline
Revision as of 08:43, 10 October 2023 by Welcome (talk | contribs) (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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
  • kubectl api-resources --verbs=list --namespaced -o name | xargs -n 1 kubectl get --ignore-not-found --show-kind -n your-namespace


kubectl api-resources, Kubectl api-versions

Advertising: