Service

object Service
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any
Service.type

Type members

Classlikes

object Affinity extends Enumeration
object ExternalTrafficPolicy extends Enumeration
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)
case class Status(loadBalancer: Option[Status])
object Type extends Enumeration

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply(name: String): Service
def apply(name: String, spec: Spec): Service
def apply(name: String, selector: Map[String, String], port: Int): Service
def apply(name: String, selector: Map[String, String], port: Port): Service

Implicits