List Resources (Generic)
list_resourcesFetch any Kubernetes resource by kind and API version, with optional namespace filtering.
Instructions
Generic resource lister — fetches any Kubernetes resource by kind and API version.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | Resource kind (e.g. 'CronJob', 'HorizontalPodAutoscaler') | |
| namespace | No | Namespace (omit for cluster-scoped resources) | |
| api_version | No | API version (default: 'v1', e.g. 'batch/v1', 'apps/v1') | v1 |