io.k8s.api.discovery.v1.Endpoint$
See theEndpoint companion class
object Endpoint
Attributes
- Companion:
- class
- Source:
- Endpoint.scala
- Graph
- Supertypes
- trait Producttrait Mirrorclass Objecttrait Matchableclass Any
- Self type
- Endpoint.type
Members list
Concise view
Type members
Inherited types
The names of the product elements
The name of the type
Implicits
Implicits
implicit val obj.readOpt[io.k8s.api.discovery.v1.EndpointConditions]("conditions")(decoder).flatMap[String,Endpoint](((conditions:Option[EndpointConditions])=>obj.readOpt[io.k8s.api.core.v1.ObjectReference]("targetRef")(decoder).flatMap[String,Endpoint](((targetRef:Option[ObjectReference])=>obj.readOpt[String]("hostname")(stringDecoder).flatMap[String,Endpoint](((hostname:Option[String])=>obj.readOpt[String]("nodeName")(stringDecoder).flatMap[String,Endpoint](((nodeName:Option[String])=>obj.readOpt[io.k8s.api.discovery.v1.EndpointHints]("hints")(decoder).flatMap[String,Endpoint](((hints:Option[EndpointHints])=>obj.readOpt[Map[String,String]]("deprecatedTopology")(mapDecoder[String](stringDecoder)).flatMap[String,Endpoint](((deprecatedTopology:Option[Map[String,String]])=>obj.readOpt[String]("zone")(stringDecoder).map[Endpoint](((zone:Option[String])=>Endpoint.apply(addresses=addresses,conditions=conditions,targetRef=targetRef,hostname=hostname,nodeName=nodeName,hints=hints,deprecatedTopology=deprecatedTopology,zone=zone)))))))))))))))))))
}
(new$anon():Decoder[Endpoint])
}" t="n"class="documentableName ">decoder: Decoder[Endpoint]
Attributes
- Source:
- Endpoint.scala
Attributes
- Source:
- Endpoint.scala