pod_list
List Kubernetes pods with status details across namespaces or filtered by namespace and label selector.
Instructions
[READ] List pods (name, namespace, phase, ready, restarts, node, age).
Omit namespace to list across all namespaces. Use pod_get for full detail.
Args: namespace: Namespace to scope to; omit for all namespaces. label_selector: Optional label selector, e.g. "app=web". target: k8s target name from config; omit to use the default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| target | No | ||
| namespace | No | ||
| label_selector | No |