List Pods
list_podsRetrieve a list of pods in a Kubernetes namespace, showing status, restarts, age, and container images.
Instructions
List pods in a namespace with status, restarts, age, and container images.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| namespace | No | Kubernetes namespace (default: 'default') | default |
| label_selector | No | Optional label selector (e.g. 'app=nginx') |