Packages

  • package root
    Definition Classes
    root
  • package skuber
    Definition Classes
    root
  • package apps

    The skuber.apps package contains classes and methods for supporting the Kubernetes Apps Group API.

    The skuber.apps package contains classes and methods for supporting the Kubernetes Apps Group API. This currently (Kubernetes V1.7) includes StatefulSet and Deployment resource type.

    Definition Classes
    skuber
  • package v1

    Definition Classes
    apps
  • DaemonSet
  • Deployment
  • ReplicaSet
  • StatefulSet

object ReplicaSet extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ReplicaSet
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class Spec(replicas: Option[Int] = Some(1), minReadySeconds: Option[Int] = None, selector: LabelSelector, template: Pod.Template.Spec) extends Product with Serializable
  2. case class Status(replicas: Int, fullyLabeledReplicas: Option[Int], observerdGeneration: Option[Int]) extends Product with Serializable

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. def apply(name: String, podSpec: Pod.Spec, labels: Map[String, String]): ReplicaSet
  5. def apply(name: String, container: Container): ReplicaSet
  6. def apply(name: String, spec: Spec): ReplicaSet
  7. def apply(name: String): ReplicaSet
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  16. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  17. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  18. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  19. implicit lazy val replsetFormat: Format[ReplicaSet]
  20. implicit val replsetSpecFormat: Format[Spec]
  21. implicit val replsetStatusFormat: OFormat[Status]
  22. implicit val rsDef: ResourceDefinition[ReplicaSet] { def spec: skuber.NonCoreResourceSpecification }
  23. implicit val rsListDef: ResourceDefinition[ReplicaSetList] { def spec: skuber.NonCoreResourceSpecification }
  24. implicit val scDef: SubresourceSpec[ReplicaSet]
  25. val specification: NonCoreResourceSpecification
  26. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  27. def toString(): String
    Definition Classes
    AnyRef → Any
  28. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped