alpha->beta
This commit is contained in:
		@@ -255,7 +255,7 @@ type StatefulSetSpec struct {
 | 
				
			|||||||
	// policy allows the lifecycle to be altered, for example by deleting persistent
 | 
						// policy allows the lifecycle to be altered, for example by deleting persistent
 | 
				
			||||||
	// volume claims when their stateful set is deleted, or when their pod is scaled
 | 
						// volume claims when their stateful set is deleted, or when their pod is scaled
 | 
				
			||||||
	// down. This requires the StatefulSetAutoDeletePVC feature gate to be enabled,
 | 
						// down. This requires the StatefulSetAutoDeletePVC feature gate to be enabled,
 | 
				
			||||||
	// which is alpha.
 | 
						// which is beta.
 | 
				
			||||||
	// +optional
 | 
						// +optional
 | 
				
			||||||
	PersistentVolumeClaimRetentionPolicy *StatefulSetPersistentVolumeClaimRetentionPolicy `json:"persistentVolumeClaimRetentionPolicy,omitempty" protobuf:"bytes,10,opt,name=persistentVolumeClaimRetentionPolicy"`
 | 
						PersistentVolumeClaimRetentionPolicy *StatefulSetPersistentVolumeClaimRetentionPolicy `json:"persistentVolumeClaimRetentionPolicy,omitempty" protobuf:"bytes,10,opt,name=persistentVolumeClaimRetentionPolicy"`
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user