ReplicaSetSpec

final case class ReplicaSetSpec(selector: LabelSelector, minReadySeconds: Option[Int], replicas: Option[Int], template: Option[PodTemplateSpec])

ReplicaSetSpec is the specification of a ReplicaSet.

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

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

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

Source:
ReplicaSetSpec.scala

transforms selector to result of function

transforms selector to result of function

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

Source:
ReplicaSetSpec.scala

Returns a new data with minReadySeconds set to new value

Returns a new data with minReadySeconds set to new value

Source:
ReplicaSetSpec.scala

Returns a new data with replicas set to new value

Returns a new data with replicas set to new value

Source:
ReplicaSetSpec.scala

Returns a new data with selector set to new value

Returns a new data with selector set to new value

Source:
ReplicaSetSpec.scala

Returns a new data with template set to new value

Returns a new data with template set to new value

Source:
ReplicaSetSpec.scala

Inherited methods

Inherited from:
Product