Packages

case class Namespace(kind: String = "Namespace", apiVersion: String = v1, metadata: ObjectMeta, spec: Option[Spec] = None, status: Option[Status] = None) extends ObjectResource with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, ObjectResource, TypeMeta, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Namespace
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. ObjectResource
  7. TypeMeta
  8. AnyRef
  9. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Namespace(kind: String = "Namespace", apiVersion: String = v1, metadata: ObjectMeta, spec: Option[Spec] = None, status: Option[Status] = None)

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val apiVersion: String
    Definition Classes
    NamespaceTypeMeta
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  11. val kind: String
    Definition Classes
    NamespaceTypeMeta
  12. def meta(name: String): ObjectMeta
  13. val metadata: ObjectMeta
    Definition Classes
    NamespaceObjectResource
  14. def name: String
    Definition Classes
    ObjectResource
  15. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  16. def node(name: String, spec: Spec): Node
  17. def node(name: String): Node
  18. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  20. def ns: String
    Definition Classes
    ObjectResource
  21. def pod(name: String, spec: Spec): Pod
  22. def pod(name: String): Pod
  23. def replicationController(name: String, spec: Spec): ReplicationController
  24. def replicationController(name: String): ReplicationController
  25. def resourceVersion: String
    Definition Classes
    ObjectResourceTypeMeta
  26. def service(name: String, spec: Spec): Service
  27. def service(name: String): Service
  28. val spec: Option[Spec]
  29. val status: Option[Status]
  30. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  34. def withFinalizers(f: List[String]): Namespace
  35. def withResourceVersion(version: String): Namespace
  36. def withStatusOfPhase(p: String): Namespace

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from ObjectResource

Inherited from TypeMeta

Inherited from AnyRef

Inherited from Any

Ungrouped