StatefulSetSpec

io.k8s.api.apps.v1.StatefulSetSpec
See theStatefulSetSpec companion object
final case class StatefulSetSpec(serviceName: String, template: PodTemplateSpec, selector: LabelSelector, minReadySeconds: Option[Int], replicas: Option[Int], revisionHistoryLimit: Option[Int], podManagementPolicy: Option[String], volumeClaimTemplates: Option[Seq[PersistentVolumeClaim]], persistentVolumeClaimRetentionPolicy: Option[StatefulSetPersistentVolumeClaimRetentionPolicy], ordinals: Option[StatefulSetOrdinals], updateStrategy: Option[StatefulSetUpdateStrategy])

A StatefulSetSpec is the specification of a StatefulSet.

Attributes

Companion
object
Source
StatefulSetSpec.scala
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

Appends new values to volumeClaimTemplates

Appends new values to volumeClaimTemplates

Attributes

Source
StatefulSetSpec.scala

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

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

Attributes

Source
StatefulSetSpec.scala

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

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

Attributes

Source
StatefulSetSpec.scala

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

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

Attributes

Source
StatefulSetSpec.scala

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

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

Attributes

Source
StatefulSetSpec.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
StatefulSetSpec.scala

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

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

Attributes

Source
StatefulSetSpec.scala

transforms selector to result of function

transforms selector to result of function

Attributes

Source
StatefulSetSpec.scala

transforms serviceName to result of function

transforms serviceName to result of function

Attributes

Source
StatefulSetSpec.scala

transforms template to result of function

transforms template to result of function

Attributes

Source
StatefulSetSpec.scala

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

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

Attributes

Source
StatefulSetSpec.scala

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

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

Attributes

Source
StatefulSetSpec.scala

Returns a new data with minReadySeconds set to new value

Returns a new data with minReadySeconds set to new value

Attributes

Source
StatefulSetSpec.scala

Returns a new data with ordinals set to new value

Returns a new data with ordinals set to new value

Attributes

Source
StatefulSetSpec.scala

Returns a new data with persistentVolumeClaimRetentionPolicy set to new value

Returns a new data with persistentVolumeClaimRetentionPolicy set to new value

Attributes

Source
StatefulSetSpec.scala

Returns a new data with podManagementPolicy set to new value

Returns a new data with podManagementPolicy set to new value

Attributes

Source
StatefulSetSpec.scala

Returns a new data with replicas set to new value

Returns a new data with replicas set to new value

Attributes

Source
StatefulSetSpec.scala

Returns a new data with revisionHistoryLimit set to new value

Returns a new data with revisionHistoryLimit set to new value

Attributes

Source
StatefulSetSpec.scala

Returns a new data with selector set to new value

Returns a new data with selector set to new value

Attributes

Source
StatefulSetSpec.scala

Returns a new data with serviceName set to new value

Returns a new data with serviceName set to new value

Attributes

Source
StatefulSetSpec.scala

Returns a new data with template set to new value

Returns a new data with template set to new value

Attributes

Source
StatefulSetSpec.scala

Returns a new data with updateStrategy set to new value

Returns a new data with updateStrategy set to new value

Attributes

Source
StatefulSetSpec.scala

Returns a new data with volumeClaimTemplates set to new value

Returns a new data with volumeClaimTemplates set to new value

Attributes

Source
StatefulSetSpec.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product