List all resources in a namespace:
oc api-resources --verbs=list --namespaced -o name | xargs -t -n 1 oc get --show-kind --ignore-not-found -n <YOUR_NAMESPACE_NAME_HERE>
No comments:
Post a Comment