Skip to content

Instantly share code, notes, and snippets.

@luksa
Created June 27, 2019 16:00
Show Gist options
  • Save luksa/b0a97b31cb41cd2382e3d4a7bf5346b2 to your computer and use it in GitHub Desktop.
Save luksa/b0a97b31cb41cd2382e3d4a7bf5346b2 to your computer and use it in GitHub Desktop.
#!/bin/bash
kubectl api-resources --verbs=list --namespaced -o name \
| xargs -n 1 kubectl get --show-kind --ignore-not-found
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment