Wednesday, February 16, 2022

List all resources in a namespace - OpenShift

 

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