StatefulSetPersistentVolumeClaimRetentionPolicy

final case class StatefulSetPersistentVolumeClaimRetentionPolicy(whenDeleted: Option[String], whenScaled: Option[String])

StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs created from the StatefulSet VolumeClaimTemplates.

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

Value members

Concrete methods

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

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

Source:
StatefulSetPersistentVolumeClaimRetentionPolicy.scala

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

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

Source:
StatefulSetPersistentVolumeClaimRetentionPolicy.scala

Returns a new data with whenDeleted set to new value

Returns a new data with whenDeleted set to new value

Source:
StatefulSetPersistentVolumeClaimRetentionPolicy.scala

Returns a new data with whenScaled set to new value

Returns a new data with whenScaled set to new value

Source:
StatefulSetPersistentVolumeClaimRetentionPolicy.scala

Inherited methods

Inherited from:
Product