Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 1.02 KB

v1_stateful_set_persistent_volume_claim_retention_policy.md

File metadata and controls

11 lines (7 loc) · 1.02 KB

v1_stateful_set_persistent_volume_claim_retention_policy_t

Properties

Name Type Description Notes
when_deleted char * WhenDeleted specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is deleted. The default policy of `Retain` causes PVCs to not be affected by StatefulSet deletion. The `Delete` policy causes those PVCs to be deleted. [optional]
when_scaled char * WhenScaled specifies what happens to PVCs created from StatefulSet VolumeClaimTemplates when the StatefulSet is scaled down. The default policy of `Retain` causes PVCs to not be affected by a scaledown. The `Delete` policy causes the associated PVCs for any excess pods above the replica count to be deleted. [optional]

[Back to Model list] [Back to API list] [Back to README]