StatefulSetSpec

final case class StatefulSetSpec(minReadySeconds: Option[Int], serviceName: String, replicas: Option[Int], revisionHistoryLimit: Option[Int], podManagementPolicy: Option[String], volumeClaimTemplates: Option[Seq[PersistentVolumeClaim]], persistentVolumeClaimRetentionPolicy: Option[StatefulSetPersistentVolumeClaimRetentionPolicy], template: PodTemplateSpec, selector: LabelSelector, updateStrategy: Option[StatefulSetUpdateStrategy])

A StatefulSetSpec is the specification of a StatefulSet.

Source:
StatefulSetSpec.scala
trait Product
trait Equals
class Object
trait Matchable
class Any