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