Job Configuration Response Schedule Trigger Config
data class JobConfigurationResponseScheduleTriggerConfig(val cronExpression: String, val parallelism: Int? = null, val replicaCompletionCount: Int? = null)
Cron formatted repeating trigger schedule ("* * * * *") for cronjobs. Properties completions and parallelism would be set to 1 by default
Constructors
Link copied to clipboard
fun JobConfigurationResponseScheduleTriggerConfig(cronExpression: String, parallelism: Int? = null, replicaCompletionCount: Int? = null)