resume_cronjob
Resume a suspended Kubernetes CronJob in a specified namespace and cluster, with optional dry-run to simulate the action without making changes.
Instructions
Resumes a suspended CronJob.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dryRun | No | If true, simulates the action without making changes | |
| cluster | No | Target cluster name (default: 'default') | |
| namespace | Yes | The Kubernetes namespace | |
| cronJobName | Yes | The name of the CronJob to resume |