ReplicaSet

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

Value members

Concrete methods

def addAnnotation(anno: (String, String)): ReplicaSet
def addAnnotations(annos: Map[String, String]): ReplicaSet
def addLabel(label: (String, String)): ReplicaSet
def addLabels(newLabels: Map[String, String]): ReplicaSet
def withPodSpec(t: Spec, labels: Map[String, String]): ReplicaSet
def withResourceVersion(version: String): ReplicaSet
def withSelector(s: (String, String)): ReplicaSet

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