Service

skuber.Service
See theService companion class
object Service

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Service.type

Members list

Type members

Classlikes

object Affinity extends Enumeration

Attributes

Supertypes
class Enumeration
trait Serializable
class Object
trait Matchable
class Any
Self type
Affinity.type
object ExternalTrafficPolicy extends Enumeration

Attributes

Supertypes
class Enumeration
trait Serializable
class Object
trait Matchable
class Any
Self type
object LoadBalancer

Attributes

Supertypes
class Object
trait Matchable
class Any
Self type
case class Port(name: String, protocol: Value, port: Int, targetPort: Option[NameablePort], nodePort: Int)

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Status(loadBalancer: Option[Status])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object Type extends Enumeration

Attributes

Supertypes
class Enumeration
trait Serializable
class Object
trait Matchable
class Any
Self type
Type.type

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

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

Implicits