ReplicationController

case class ReplicationController(kind: String, apiVersion: String, metadata: ObjectMeta, spec: Option[Spec], status: Option[Status]) extends ObjectResource
Companion:
object
trait Serializable
trait Product
trait Equals
class ObjectResource
class TypeMeta
class Object
trait Matchable
class Any

Value members

Concrete methods

def addAnnotation(anno: (String, String)): ReplicationController
def addAnnotations(annos: Map[String, String]): ReplicationController
def addLabel(label: (String, String)): ReplicationController
def addLabels(newLabels: Map[String, String]): ReplicationController
def withSelector(s: Map[String, String]): ReplicationController
def withSelector(s: (String, String)): ReplicationController

Inherited methods

def name: String
Inherited from:
ObjectResource
def ns: String
Inherited from:
ObjectResource
def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product
def resourceVersion: String
Inherited from:
ObjectResource

Concrete fields

lazy val copySpec: Spec