object ServicePort
- Companion:
- class
- Source:
- ServicePort.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[Int]("nodePort")(intDecoder[T](evidence$1)).flatMap[String,ServicePort](((nodePort:Option[Int])=>obj.readOpt[String]("name")(stringDecoder[T](evidence$1)).flatMap[String,ServicePort](((name:Option[String])=>obj.readOpt[io.k8s.apimachinery.pkg.util.intstr.IntOrString]("targetPort")(decoder[T](evidence$1)).flatMap[String,ServicePort](((targetPort:Option[IntOrString])=>obj.readOpt[String]("protocol")(stringDecoder[T](evidence$1)).flatMap[String,ServicePort](((protocol:Option[String])=>obj.readOpt[String]("appProtocol")(stringDecoder[T](evidence$1)).map[ServicePort](((appProtocol:Option[String])=>ServicePort.apply(port=port,nodePort=nodePort,name=name,targetPort=targetPort,protocol=protocol,appProtocol=appProtocol)))))))))))))))
}
(new$anon():Decoder[T,ServicePort])
}" class="documentableAnchor">
implicit def obj.readOpt[Int]("nodePort")(intDecoder[T](evidence$1)).flatMap[String,ServicePort](((nodePort:Option[Int])=>obj.readOpt[String]("name")(stringDecoder[T](evidence$1)).flatMap[String,ServicePort](((name:Option[String])=>obj.readOpt[io.k8s.apimachinery.pkg.util.intstr.IntOrString]("targetPort")(decoder[T](evidence$1)).flatMap[String,ServicePort](((targetPort:Option[IntOrString])=>obj.readOpt[String]("protocol")(stringDecoder[T](evidence$1)).flatMap[String,ServicePort](((protocol:Option[String])=>obj.readOpt[String]("appProtocol")(stringDecoder[T](evidence$1)).map[ServicePort](((appProtocol:Option[String])=>ServicePort.apply(port=port,nodePort=nodePort,name=name,targetPort=targetPort,protocol=protocol,appProtocol=appProtocol)))))))))))))))
}
(new$anon():Decoder[T,ServicePort])
}" class="documentableName ">decoderOf[T : Reader]: Decoder[T, ServicePort]
- Source:
- ServicePort.scala