ReplicaSet

skuber.ext.ReplicaSet
See theReplicaSet companion object
case class ReplicaSet(kind: String, apiVersion: String, metadata: ObjectMeta, spec: Option[Spec], status: Option[Status]) extends ObjectResource

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class TypeMeta
class Object
trait Matchable
class Any
Show all

Members list

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 withReplicas(n: Int): ReplicaSet
def withResourceVersion(version: String): ReplicaSet
def withSelector(s: (String, String)): ReplicaSet

Inherited methods

def name: String

Attributes

Inherited from:
ObjectResource
def ns: String

Attributes

Inherited from:
ObjectResource
def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product
def resourceVersion: String

Attributes

Inherited from:
ObjectResource

Concrete fields

lazy val copySpec: Spec