Spec

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)
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def withSelector(sel: Map[String, String]): Spec
def withSelector(sel: (String, String)): Spec

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product