statefulset_get
Fetch full details of a specific Kubernetes StatefulSet by its name, with optional namespace and target cluster, to inspect its configuration and status.
Instructions
[READ] Return detail for a single statefulset by name.
Args: name: StatefulSet name (see statefulset_list). namespace: Namespace; omit for the target's default namespace. target: k8s target name from config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| target | No | ||
| namespace | No |