Skip to content
This repository has been archived by the owner on Oct 26, 2021. It is now read-only.

Latest commit

 

History

History
21 lines (14 loc) · 1.37 KB

CronWorkflowSpec.md

File metadata and controls

21 lines (14 loc) · 1.37 KB

CronWorkflowSpec

CronWorkflowSpec is the specification of a CronWorkflow

Properties

Name Type Description Notes
concurrencyPolicy String ConcurrencyPolicy is the K8s-style concurrency policy that will be used [optional]
failedJobsHistoryLimit Integer FailedJobsHistoryLimit is the number of failed jobs to be kept at a time [optional]
schedule String Schedule is a schedule to run the Workflow in Cron format
startingDeadlineSeconds Integer StartingDeadlineSeconds is the K8s-style deadline that will limit the time a CronWorkflow will be run after its original scheduled time if it is missed. [optional]
successfulJobsHistoryLimit Integer SuccessfulJobsHistoryLimit is the number of successful jobs to be kept at a time [optional]
suspend Boolean Suspend is a flag that will stop new CronWorkflows from running if set to true [optional]
timezone String Timezone is the timezone against which the cron schedule will be calculated, e.g. "Asia/Tokyo". Default is machine's local time. [optional]
workflowMetadata io.kubernetes.client.openapi.models.V1ObjectMeta [optional]
workflowSpec WorkflowSpec