StatefulSetPersistentVolumeClaimRetentionPolicy

io.k8s.api.apps.v1.StatefulSetPersistentVolumeClaimRetentionPolicy
final case class StatefulSetPersistentVolumeClaimRetentionPolicy(whenDeleted: Option[String], whenScaled: Option[String])

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

Attributes

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

Members list

Concise view

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

Attributes

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

Attributes

Source:
StatefulSetPersistentVolumeClaimRetentionPolicy.scala

Returns a new data with whenDeleted set to new value

Returns a new data with whenDeleted set to new value

Attributes

Source:
StatefulSetPersistentVolumeClaimRetentionPolicy.scala

Returns a new data with whenScaled set to new value

Returns a new data with whenScaled set to new value

Attributes

Source:
StatefulSetPersistentVolumeClaimRetentionPolicy.scala

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product