object Service
- Companion:
- class
Type members
Classlikes
case class Port(name: String, protocol: Value, port: Int, targetPort: Option[NameablePort], nodePort: Int)
case class Spec(ports: List[Port], selector: Map[String, String], clusterIP: String, _type: ServiceType, externalIPs: List[String], externalName: String, externalTrafficPolicy: Option[Value], sessionAffinity: Affinity, loadBalancerIP: String)