ReplicationController

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

Type members

Classlikes

case class Spec(replicas: Int, selector: Option[Map[String, String]], template: Option[Spec])
case class Status(replicas: 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): ReplicationController
def apply(name: String, spec: Spec): ReplicationController
def apply(name: String, container: Container, selector: Map[String, String]): ReplicationController
def apply(name: String, podSpec: Spec, selector: Map[String, String]): ReplicationController

Implicits

Implicits

implicit val rcListDef: ResourceDefinition[ReplicationControllerList]