cronjob_get
Retrieves detailed information about a specific Kubernetes CronJob by name and namespace, supporting target selection.
Instructions
[READ] Return detail for a single cronjob by name.
Args: name: CronJob name (see cronjob_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 |