daemonset_get
Retrieve detailed information for a specific DaemonSet by name, including its spec, status, and namespace, to support Kubernetes management and troubleshooting.
Instructions
[READ] Return detail for a single daemonset by name.
Args: name: DaemonSet name (see daemonset_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 |