Created
June 6, 2019 07:22
-
-
Save pgilad/616a4932ecb385711d3e4ab018afc538 to your computer and use it in GitHub Desktop.
Get ALL resources in k8s namespace
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
#!/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