object Toleration
- Companion:
- class
- Source:
- Toleration.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.readOpt[String]("key")(stringDecoder).flatMap[String,Toleration](((key:Option[String])=>obj.readOpt[Int]("tolerationSeconds")(intDecoder).flatMap[String,Toleration](((tolerationSeconds:Option[Int])=>obj.readOpt[String]("operator")(stringDecoder).flatMap[String,Toleration](((operator:Option[String])=>obj.readOpt[String]("value")(stringDecoder).map[Toleration](((value:Option[String])=>Toleration.apply(effect=effect,key=key,tolerationSeconds=tolerationSeconds,operator=operator,value=value)))))))))))))
}
(new$anon():Decoder[Toleration])
}" class="documentableAnchor">
implicit val obj.readOpt[String]("key")(stringDecoder).flatMap[String,Toleration](((key:Option[String])=>obj.readOpt[Int]("tolerationSeconds")(intDecoder).flatMap[String,Toleration](((tolerationSeconds:Option[Int])=>obj.readOpt[String]("operator")(stringDecoder).flatMap[String,Toleration](((operator:Option[String])=>obj.readOpt[String]("value")(stringDecoder).map[Toleration](((value:Option[String])=>Toleration.apply(effect=effect,key=key,tolerationSeconds=tolerationSeconds,operator=operator,value=value)))))))))))))
}
(new$anon():Decoder[Toleration])
}" class="documentableName ">decoder: Decoder[Toleration]
- Source:
- Toleration.scala