Namespace

skuber.Namespace
See theNamespace companion object
case class Namespace(kind: String, apiVersion: String, metadata: ObjectMeta, spec: Option[Spec], status: Option[Status]) 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 meta(name: String): ObjectMeta
def node(name: String): Node
def node(name: String, spec: Spec): Node
def pod(name: String): Pod
def pod(name: String, spec: Spec): Pod
def service(name: String): Service
def service(name: String, spec: Spec): Service
def withFinalizers(f: List[String]): Namespace
def withResourceVersion(version: String): Namespace
def withStatusOfPhase(p: String): Namespace

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