Last active
December 1, 2023 08:24
-
-
Save j-keck/79387ce27ae2534c362d480d219a795a to your computer and use it in GitHub Desktop.
kubectl get all --everything
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
kubectl api-resources --verbs=list --namespaced -o name | while read name; do echo -e "\n$name:"; kubectl get -A --show-kind $name;done |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment