AwsElasticBlockStorePersistentVolume.Builder |
AwsElasticBlockStorePersistentVolume.Builder.accessModes(List<? extends PersistentVolumeAccessMode> accessModes) |
Contains all ways the volume can be mounted.
|
AwsElasticBlockStorePersistentVolume.Builder |
AwsElasticBlockStorePersistentVolume.Builder.claim(IPersistentVolumeClaim claim) |
Part of a bi-directional binding between PersistentVolume and PersistentVolumeClaim.
|
static AwsElasticBlockStorePersistentVolume.Builder |
AwsElasticBlockStorePersistentVolume.Builder.create(software.constructs.Construct scope,
String id) |
|
AwsElasticBlockStorePersistentVolume.Builder |
AwsElasticBlockStorePersistentVolume.Builder.fsType(String fsType) |
Filesystem type of the volume that you want to mount.
|
AwsElasticBlockStorePersistentVolume.Builder |
AwsElasticBlockStorePersistentVolume.Builder.metadata(org.cdk8s.ApiObjectMetadata metadata) |
Metadata that all persisted resources must have, which includes all objects users must create.
|
AwsElasticBlockStorePersistentVolume.Builder |
AwsElasticBlockStorePersistentVolume.Builder.mountOptions(List<String> mountOptions) |
A list of mount options, e.g.
|
AwsElasticBlockStorePersistentVolume.Builder |
AwsElasticBlockStorePersistentVolume.Builder.partition(Number partition) |
The partition in the volume that you want to mount.
|
AwsElasticBlockStorePersistentVolume.Builder |
AwsElasticBlockStorePersistentVolume.Builder.readOnly(Boolean readOnly) |
Specify "true" to force and set the ReadOnly property in VolumeMounts to "true".
|
AwsElasticBlockStorePersistentVolume.Builder |
AwsElasticBlockStorePersistentVolume.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.
|
AwsElasticBlockStorePersistentVolume.Builder |
AwsElasticBlockStorePersistentVolume.Builder.storage(org.cdk8s.Size storage) |
What is the storage capacity of this volume.
|
AwsElasticBlockStorePersistentVolume.Builder |
AwsElasticBlockStorePersistentVolume.Builder.storageClassName(String storageClassName) |
Name of StorageClass to which this persistent volume belongs.
|
AwsElasticBlockStorePersistentVolume.Builder |
AwsElasticBlockStorePersistentVolume.Builder.volumeId(String volumeId) |
Unique ID of the persistent disk resource in AWS (Amazon EBS volume).
|
AwsElasticBlockStorePersistentVolume.Builder |
AwsElasticBlockStorePersistentVolume.Builder.volumeMode(PersistentVolumeMode volumeMode) |
Defines what type of volume is required by the claim.
|