ServicePort

Companion:
class
Source:
ServicePort.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.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 encoder[T](implicit builder: Builder[T]): Encoder[ServicePort, T]