Uses of Class
org.cdk8s.plus23.PersistentVolumeReclaimPolicy
-
-
Uses of PersistentVolumeReclaimPolicy in org.cdk8s.plus23
Methods in org.cdk8s.plus23 that return PersistentVolumeReclaimPolicy Modifier and Type Method Description PersistentVolumeReclaimPolicyAwsElasticBlockStorePersistentVolumeProps.Jsii$Proxy. getReclaimPolicy()PersistentVolumeReclaimPolicyAzureDiskPersistentVolumeProps.Jsii$Proxy. getReclaimPolicy()PersistentVolumeReclaimPolicyGCEPersistentDiskPersistentVolumeProps.Jsii$Proxy. getReclaimPolicy()PersistentVolumeReclaimPolicyPersistentVolume. getReclaimPolicy()Reclaim policy of this volume.default PersistentVolumeReclaimPolicyPersistentVolumeProps. getReclaimPolicy()When a user is done with their volume, they can delete the PVC objects from the API that allows reclamation of the resource.PersistentVolumeReclaimPolicyPersistentVolumeProps.Jsii$Proxy. getReclaimPolicy()static PersistentVolumeReclaimPolicyPersistentVolumeReclaimPolicy. valueOf(String name)Returns the enum constant of this type with the specified name.static PersistentVolumeReclaimPolicy[]PersistentVolumeReclaimPolicy. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cdk8s.plus23 with parameters of type PersistentVolumeReclaimPolicy Modifier and Type Method Description AwsElasticBlockStorePersistentVolume.BuilderAwsElasticBlockStorePersistentVolume.Builder. reclaimPolicy(PersistentVolumeReclaimPolicy reclaimPolicy)When a user is done with their volume, they can delete the PVC objects from the API that allows reclamation of the resource.AwsElasticBlockStorePersistentVolumeProps.BuilderAwsElasticBlockStorePersistentVolumeProps.Builder. reclaimPolicy(PersistentVolumeReclaimPolicy reclaimPolicy)Sets the value ofPersistentVolumeProps.getReclaimPolicy()AzureDiskPersistentVolume.BuilderAzureDiskPersistentVolume.Builder. reclaimPolicy(PersistentVolumeReclaimPolicy reclaimPolicy)When a user is done with their volume, they can delete the PVC objects from the API that allows reclamation of the resource.AzureDiskPersistentVolumeProps.BuilderAzureDiskPersistentVolumeProps.Builder. reclaimPolicy(PersistentVolumeReclaimPolicy reclaimPolicy)Sets the value ofPersistentVolumeProps.getReclaimPolicy()GCEPersistentDiskPersistentVolume.BuilderGCEPersistentDiskPersistentVolume.Builder. reclaimPolicy(PersistentVolumeReclaimPolicy reclaimPolicy)When a user is done with their volume, they can delete the PVC objects from the API that allows reclamation of the resource.GCEPersistentDiskPersistentVolumeProps.BuilderGCEPersistentDiskPersistentVolumeProps.Builder. reclaimPolicy(PersistentVolumeReclaimPolicy reclaimPolicy)Sets the value ofPersistentVolumeProps.getReclaimPolicy()PersistentVolumeProps.BuilderPersistentVolumeProps.Builder. reclaimPolicy(PersistentVolumeReclaimPolicy reclaimPolicy)Sets the value ofPersistentVolumeProps.getReclaimPolicy()
-