object DeploymentSpec
- Companion:
- class
- Source:
- DeploymentSpec.scala
Type members
Inherited types
The names of the product elements
The names of the product elements
- Inherited from:
- Mirror
- Source:
- Mirror.scala
Implicits
Implicits
obj.read[io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector]("selector")(decoderOf[T](evidence$1)).flatMap[String,DeploymentSpec](((selector:LabelSelector)=>obj.readOpt[Int]("minReadySeconds")(intDecoder[T](evidence$1)).flatMap[String,DeploymentSpec](((minReadySeconds:Option[Int])=>obj.readOpt[Int]("progressDeadlineSeconds")(intDecoder[T](evidence$1)).flatMap[String,DeploymentSpec](((progressDeadlineSeconds:Option[Int])=>obj.readOpt[Int]("replicas")(intDecoder[T](evidence$1)).flatMap[String,DeploymentSpec](((replicas:Option[Int])=>obj.readOpt[Int]("revisionHistoryLimit")(intDecoder[T](evidence$1)).flatMap[String,DeploymentSpec](((revisionHistoryLimit:Option[Int])=>obj.readOpt[Boolean]("paused")(booleanDecoder[T](evidence$1)).flatMap[String,DeploymentSpec](((paused:Option[Boolean])=>obj.readOpt[io.k8s.api.apps.v1.DeploymentStrategy]("strategy")(decoderOf[T](evidence$1)).map[DeploymentSpec](((strategy:Option[DeploymentStrategy])=>DeploymentSpec.apply(template=template,selector=selector,minReadySeconds=minReadySeconds,progressDeadlineSeconds=progressDeadlineSeconds,replicas=replicas,revisionHistoryLimit=revisionHistoryLimit,paused=paused,strategy=strategy)))))))))))))))))))
}
(new$anon():Decoder[T,DeploymentSpec])
}" class="documentableAnchor">
implicit def obj.read[io.k8s.apimachinery.pkg.apis.meta.v1.LabelSelector]("selector")(decoderOf[T](evidence$1)).flatMap[String,DeploymentSpec](((selector:LabelSelector)=>obj.readOpt[Int]("minReadySeconds")(intDecoder[T](evidence$1)).flatMap[String,DeploymentSpec](((minReadySeconds:Option[Int])=>obj.readOpt[Int]("progressDeadlineSeconds")(intDecoder[T](evidence$1)).flatMap[String,DeploymentSpec](((progressDeadlineSeconds:Option[Int])=>obj.readOpt[Int]("replicas")(intDecoder[T](evidence$1)).flatMap[String,DeploymentSpec](((replicas:Option[Int])=>obj.readOpt[Int]("revisionHistoryLimit")(intDecoder[T](evidence$1)).flatMap[String,DeploymentSpec](((revisionHistoryLimit:Option[Int])=>obj.readOpt[Boolean]("paused")(booleanDecoder[T](evidence$1)).flatMap[String,DeploymentSpec](((paused:Option[Boolean])=>obj.readOpt[io.k8s.api.apps.v1.DeploymentStrategy]("strategy")(decoderOf[T](evidence$1)).map[DeploymentSpec](((strategy:Option[DeploymentStrategy])=>DeploymentSpec.apply(template=template,selector=selector,minReadySeconds=minReadySeconds,progressDeadlineSeconds=progressDeadlineSeconds,replicas=replicas,revisionHistoryLimit=revisionHistoryLimit,paused=paused,strategy=strategy)))))))))))))))))))
}
(new$anon():Decoder[T,DeploymentSpec])
}" class="documentableName ">decoderOf[T : Reader]: Decoder[T, DeploymentSpec]
- Source:
- DeploymentSpec.scala