Cron Job Spec Patch Args
data class CronJobSpecPatchArgs(val concurrencyPolicy: Output<String>? = null, val failedJobsHistoryLimit: Output<Int>? = null, val jobTemplate: Output<JobTemplateSpecPatchArgs>? = null, val schedule: Output<String>? = null, val startingDeadlineSeconds: Output<Int>? = null, val successfulJobsHistoryLimit: Output<Int>? = null, val suspend: Output<Boolean>? = null) : ConvertibleToJava<CronJobSpecPatchArgs>
CronJobSpec describes how the job execution will look like and when it will actually run.
Constructors
Link copied to clipboard
fun CronJobSpecPatchArgs(concurrencyPolicy: Output<String>? = null, failedJobsHistoryLimit: Output<Int>? = null, jobTemplate: Output<JobTemplateSpecPatchArgs>? = null, schedule: Output<String>? = null, startingDeadlineSeconds: Output<Int>? = null, successfulJobsHistoryLimit: Output<Int>? = null, suspend: Output<Boolean>? = null)