Endpoints

skuber.Endpoints
See theEndpoints companion object
case class Endpoints(kind: String, apiVersion: String, metadata: ObjectMeta, subsets: List[Subset]) extends ObjectResource

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class TypeMeta
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

def addEndpoints(subset: Subset): Endpoints
def withEndpoint(ip: String, port: Int, protocol: Value): Endpoints

Inherited methods

def name: String

Attributes

Inherited from:
ObjectResource
def ns: String

Attributes

Inherited from:
ObjectResource
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def resourceVersion: String

Attributes

Inherited from:
ObjectResource