CronJobSpec

Companion:
class
Source:
CronJobSpec.scala
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
Source:
Mirror.scala

The name of the type

The name of the type

Inherited from:
Mirror
Source:
Mirror.scala

Implicits

Implicits

obj.read[io.k8s.api.batch.v1.JobTemplateSpec]("jobTemplate")(decoder).flatMap[String,CronJobSpec](((jobTemplate:JobTemplateSpec)=>obj.readOpt[Int]("startingDeadlineSeconds")(intDecoder).flatMap[String,CronJobSpec](((startingDeadlineSeconds:Option[Int])=>obj.readOpt[String]("concurrencyPolicy")(stringDecoder).flatMap[String,CronJobSpec](((concurrencyPolicy:Option[String])=>obj.readOpt[Int]("failedJobsHistoryLimit")(intDecoder).flatMap[String,CronJobSpec](((failedJobsHistoryLimit:Option[Int])=>obj.readOpt[Int]("successfulJobsHistoryLimit")(intDecoder).flatMap[String,CronJobSpec](((successfulJobsHistoryLimit:Option[Int])=>obj.readOpt[Boolean]("suspend")(booleanDecoder).flatMap[String,CronJobSpec](((suspend:Option[Boolean])=>obj.readOpt[String]("timeZone")(stringDecoder).map[CronJobSpec](((timeZone:Option[String])=>CronJobSpec.apply(schedule=schedule,jobTemplate=jobTemplate,startingDeadlineSeconds=startingDeadlineSeconds,concurrencyPolicy=concurrencyPolicy,failedJobsHistoryLimit=failedJobsHistoryLimit,successfulJobsHistoryLimit=successfulJobsHistoryLimit,suspend=suspend,timeZone=timeZone))))))))))))))))))) } (new$anon():Decoder[CronJobSpec]) }" class="documentableAnchor">