oc_api_resources
List all available API resources in an OpenShift cluster with detailed information. Filter by API group, verbs, namespaced scope, and output format for targeted visibility.
Instructions
List all available API resources in the OpenShift cluster with their details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| verbs | No | Filter by supported verbs (e.g., ["get", "list", "create", "delete"]) | |
| output | No | Output format for the API resources list | table |
| context | No | OpenShift context to use (optional) | |
| apiGroup | No | Filter by specific API group (e.g., apps, extensions, networking.k8s.io) | |
| categories | No | Group resources by categories (core, apps, networking, etc.) | |
| namespaced | No | Filter by namespaced resources only |