oc_describe
Describe any OpenShift resource and obtain details in text, YAML, JSON, or a human-readable summary.
Instructions
Describe any OpenShift resource and share the output in various formats including human-readable summary
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the resource to describe | |
| output | No | Output format: text (default oc describe), yaml, json, or human-readable (concise summary) | human-readable |
| context | No | OpenShift context to use (optional) | |
| namespace | No | OpenShift namespace/project | default |
| resourceType | Yes | Type of resource to describe (pod, deployment, service, route, etc.) |