@@ -1564,6 +1564,27 @@ spec:
15641564 minReadySeconds:
15651565 format: int32
15661566 type: integer
1567+ persistentVolumeClaimRetentionPolicy:
1568+ description: |-
1569+ StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs
1570+ created from the StatefulSet VolumeClaimTemplates.
1571+ properties:
1572+ whenDeleted:
1573+ description: |-
1574+ WhenDeleted specifies what happens to PVCs created from StatefulSet
1575+ VolumeClaimTemplates when the StatefulSet is deleted. The default policy
1576+ of `Retain` causes PVCs to not be affected by StatefulSet deletion. The
1577+ `Delete` policy causes those PVCs to be deleted.
1578+ type: string
1579+ whenScaled:
1580+ description: |-
1581+ WhenScaled specifies what happens to PVCs created from StatefulSet
1582+ VolumeClaimTemplates when the StatefulSet is scaled down. The default
1583+ policy of `Retain` causes PVCs to not be affected by a scaledown. The
1584+ `Delete` policy causes the associated PVCs for any excess pods above
1585+ the replica count to be deleted.
1586+ type: string
1587+ type: object
15671588 redisSecret:
15681589 description: ExistingPasswordSecret is the struct to access the
15691590 existing secret
@@ -6085,6 +6106,27 @@ spec:
60856106 minReadySeconds:
60866107 format: int32
60876108 type: integer
6109+ persistentVolumeClaimRetentionPolicy:
6110+ description: |-
6111+ StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs
6112+ created from the StatefulSet VolumeClaimTemplates.
6113+ properties:
6114+ whenDeleted:
6115+ description: |-
6116+ WhenDeleted specifies what happens to PVCs created from StatefulSet
6117+ VolumeClaimTemplates when the StatefulSet is deleted. The default policy
6118+ of `Retain` causes PVCs to not be affected by StatefulSet deletion. The
6119+ `Delete` policy causes those PVCs to be deleted.
6120+ type: string
6121+ whenScaled:
6122+ description: |-
6123+ WhenScaled specifies what happens to PVCs created from StatefulSet
6124+ VolumeClaimTemplates when the StatefulSet is scaled down. The default
6125+ policy of `Retain` causes PVCs to not be affected by a scaledown. The
6126+ `Delete` policy causes the associated PVCs for any excess pods above
6127+ the replica count to be deleted.
6128+ type: string
6129+ type: object
60886130 redisSecret:
60896131 description: ExistingPasswordSecret is the struct to access the
60906132 existing secret
@@ -14779,6 +14821,27 @@ spec:
1477914821 minReadySeconds:
1478014822 format: int32
1478114823 type: integer
14824+ persistentVolumeClaimRetentionPolicy:
14825+ description: |-
14826+ StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs
14827+ created from the StatefulSet VolumeClaimTemplates.
14828+ properties:
14829+ whenDeleted:
14830+ description: |-
14831+ WhenDeleted specifies what happens to PVCs created from StatefulSet
14832+ VolumeClaimTemplates when the StatefulSet is deleted. The default policy
14833+ of `Retain` causes PVCs to not be affected by StatefulSet deletion. The
14834+ `Delete` policy causes those PVCs to be deleted.
14835+ type: string
14836+ whenScaled:
14837+ description: |-
14838+ WhenScaled specifies what happens to PVCs created from StatefulSet
14839+ VolumeClaimTemplates when the StatefulSet is scaled down. The default
14840+ policy of `Retain` causes PVCs to not be affected by a scaledown. The
14841+ `Delete` policy causes the associated PVCs for any excess pods above
14842+ the replica count to be deleted.
14843+ type: string
14844+ type: object
1478214845 redisSecret:
1478314846 description: ExistingPasswordSecret is the struct to access the
1478414847 existing secret
@@ -20277,6 +20340,27 @@ spec:
2027720340 minReadySeconds:
2027820341 format: int32
2027920342 type: integer
20343+ persistentVolumeClaimRetentionPolicy:
20344+ description: |-
20345+ StatefulSetPersistentVolumeClaimRetentionPolicy describes the policy used for PVCs
20346+ created from the StatefulSet VolumeClaimTemplates.
20347+ properties:
20348+ whenDeleted:
20349+ description: |-
20350+ WhenDeleted specifies what happens to PVCs created from StatefulSet
20351+ VolumeClaimTemplates when the StatefulSet is deleted. The default policy
20352+ of `Retain` causes PVCs to not be affected by StatefulSet deletion. The
20353+ `Delete` policy causes those PVCs to be deleted.
20354+ type: string
20355+ whenScaled:
20356+ description: |-
20357+ WhenScaled specifies what happens to PVCs created from StatefulSet
20358+ VolumeClaimTemplates when the StatefulSet is scaled down. The default
20359+ policy of `Retain` causes PVCs to not be affected by a scaledown. The
20360+ `Delete` policy causes the associated PVCs for any excess pods above
20361+ the replica count to be deleted.
20362+ type: string
20363+ type: object
2028020364 redisSecret:
2028120365 description: ExistingPasswordSecret is the struct to access the
2028220366 existing secret
0 commit comments