CronJobSpec

case class CronJobSpec(schedule: String, jobTemplate: JobTemplateSpec, concurrencyPolicy: Option[String], failedJobsHistoryLimit: Option[Int], startingDeadlineSeconds: Option[Long], successfulJobsHistoryLimit: Option[Int], suspend: Option[Boolean], timeZone: Option[String])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product