Packages

object CronJobSpecO

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. CronJobSpecO
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. val concurrencyPolicyL: Lens[CronJobSpec, Optional[String]]
  2. val concurrencyPolicyO: Optional[CronJobSpec, String]
  3. val failedJobsHistoryLimitL: Lens[CronJobSpec, Optional[Int]]
  4. val failedJobsHistoryLimitO: Optional[CronJobSpec, Int]
  5. val jobTemplateL: Lens[CronJobSpec, JobTemplateSpec]
  6. val scheduleL: Lens[CronJobSpec, String]
  7. val startingDeadlineSecondsL: Lens[CronJobSpec, Optional[Long]]
  8. val startingDeadlineSecondsO: Optional[CronJobSpec, Long]
  9. val successfulJobsHistoryLimitL: Lens[CronJobSpec, Optional[Int]]
  10. val successfulJobsHistoryLimitO: Optional[CronJobSpec, Int]
  11. val suspendL: Lens[CronJobSpec, Optional[Boolean]]
  12. val suspendO: Optional[CronJobSpec, Boolean]