CronJobSpecO

object CronJobSpecO
class Object
trait Matchable
class Any

Value members

Concrete fields

val concurrencyPolicyL: Lens[CronJobSpec, Optional[String]]
val concurrencyPolicyO: Optic[CronJobSpec, CronJobSpec, String, OpticFailure, Nothing, String, CronJobSpec]
val failedJobsHistoryLimitL: Lens[CronJobSpec, Optional[Int]]
val failedJobsHistoryLimitO: Optic[CronJobSpec, CronJobSpec, Int, OpticFailure, Nothing, Int, CronJobSpec]
val jobTemplateL: Lens[CronJobSpec, JobTemplateSpec]
val scheduleL: Lens[CronJobSpec, String]
val startingDeadlineSecondsL: Lens[CronJobSpec, Optional[Long]]
val startingDeadlineSecondsO: Optic[CronJobSpec, CronJobSpec, Long, OpticFailure, Nothing, Long, CronJobSpec]
val successfulJobsHistoryLimitL: Lens[CronJobSpec, Optional[Int]]
val successfulJobsHistoryLimitO: Optic[CronJobSpec, CronJobSpec, Int, OpticFailure, Nothing, Int, CronJobSpec]
val suspendL: Lens[CronJobSpec, Optional[Boolean]]
val suspendO: Optic[CronJobSpec, CronJobSpec, Boolean, OpticFailure, Nothing, Boolean, CronJobSpec]