DaemonSetSpec

Companion:
class
Source:
DaemonSetSpec.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,DaemonSetSpec](((selector:LabelSelector)=>obj.readOpt[Int]("minReadySeconds")(intDecoder).flatMap[String,DaemonSetSpec](((minReadySeconds:Option[Int])=>obj.readOpt[Int]("revisionHistoryLimit")(intDecoder).flatMap[String,DaemonSetSpec](((revisionHistoryLimit:Option[Int])=>obj.readOpt[io.k8s.api.apps.v1.DaemonSetUpdateStrategy]("updateStrategy")(decoder).map[DaemonSetSpec](((updateStrategy:Option[DaemonSetUpdateStrategy])=>DaemonSetSpec.apply(template=template,selector=selector,minReadySeconds=minReadySeconds,revisionHistoryLimit=revisionHistoryLimit,updateStrategy=updateStrategy))))))))))))) } (new$anon():Decoder[DaemonSetSpec]) }" class="documentableAnchor">