ReplicaSetSpec

io.k8s.api.apps.v1.ReplicaSetSpec
See theReplicaSetSpec companion object
final case class ReplicaSetSpec(selector: LabelSelector, minReadySeconds: Option[Int], replicas: Option[Int], template: Option[PodTemplateSpec])

ReplicaSetSpec is the specification of a ReplicaSet.

Attributes

Companion:
object
Source:
ReplicaSetSpec.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

if minReadySeconds has a value, transforms to the result of function

if minReadySeconds has a value, transforms to the result of function

Attributes

Source:
ReplicaSetSpec.scala

if replicas has a value, transforms to the result of function

if replicas has a value, transforms to the result of function

Attributes

Source:
ReplicaSetSpec.scala

transforms selector to result of function

transforms selector to result of function

Attributes

Source:
ReplicaSetSpec.scala

if template has a value, transforms to the result of function

if template has a value, transforms to the result of function

Attributes

Source:
ReplicaSetSpec.scala

Returns a new data with minReadySeconds set to new value

Returns a new data with minReadySeconds set to new value

Attributes

Source:
ReplicaSetSpec.scala

Returns a new data with replicas set to new value

Returns a new data with replicas set to new value

Attributes

Source:
ReplicaSetSpec.scala

Returns a new data with selector set to new value

Returns a new data with selector set to new value

Attributes

Source:
ReplicaSetSpec.scala

Returns a new data with template set to new value

Returns a new data with template set to new value

Attributes

Source:
ReplicaSetSpec.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product