DeploymentSpec

Companion:
class
Source:
DeploymentSpec.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.apimachinery.pkg.apis.meta.v1.LabelSelector]("selector")(decoder).flatMap[String,DeploymentSpec](((selector:LabelSelector)=>obj.readOpt[Int]("minReadySeconds")(intDecoder).flatMap[String,DeploymentSpec](((minReadySeconds:Option[Int])=>obj.readOpt[Int]("progressDeadlineSeconds")(intDecoder).flatMap[String,DeploymentSpec](((progressDeadlineSeconds:Option[Int])=>obj.readOpt[Int]("replicas")(intDecoder).flatMap[String,DeploymentSpec](((replicas:Option[Int])=>obj.readOpt[Int]("revisionHistoryLimit")(intDecoder).flatMap[String,DeploymentSpec](((revisionHistoryLimit:Option[Int])=>obj.readOpt[Boolean]("paused")(booleanDecoder).flatMap[String,DeploymentSpec](((paused:Option[Boolean])=>obj.readOpt[io.k8s.api.apps.v1.DeploymentStrategy]("strategy")(decoder).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[DeploymentSpec]) }" class="documentableAnchor">