Job Executions Rollout Config Properties
data class JobExecutionsRolloutConfigProperties(val exponentialRolloutRate: JobTemplateExponentialRolloutRate? = null, val maximumPerMinute: Int? = null)
Allows you to create a staged rollout of a job.
Constructors
Link copied to clipboard
constructor(exponentialRolloutRate: JobTemplateExponentialRolloutRate? = null, maximumPerMinute: Int? = null)