ReplicaSet

object ReplicaSet
Companion:
class
trait Product
trait Mirror
class Object
trait Matchable
class Any

Type members

Classlikes

case class Spec(replicas: Option[Int], minReadySeconds: Option[Int], selector: LabelSelector, template: Spec)
case class Status(replicas: Int, fullyLabeledReplicas: Option[Int], observerdGeneration: Option[Int])

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror

Value members

Concrete methods

def apply(name: String): ReplicaSet
def apply(name: String, spec: Spec): ReplicaSet
def apply(name: String, container: Container): ReplicaSet
def apply(name: String, podSpec: Spec, labels: Map[String, String]): ReplicaSet

Implicits

Implicits

implicit lazy val replsetFormat: Format[ReplicaSet]
implicit val replsetSpecFormat: Format[Spec]
implicit val replsetStatusFormat: OFormat[Status]