There are occasions where you need data (be it 'oc get' or 'oc describe') for all the resource types within a namespace. However, when you execute 'oc get all', you found that many resource types are not included (eg. configmap, secrets, pvc, etc). ...