Package org.cdk8s.plus24
Interface PersistentVolumeClaimVolumeOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PersistentVolumeClaimVolumeOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-02-04T02:31:04.954Z") @Stability(Stable) public interface PersistentVolumeClaimVolumeOptions extends software.amazon.jsii.JsiiSerializable
Options for a PersistentVolumeClaim-based volume.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
PersistentVolumeClaimVolumeOptions.Builder
A builder forPersistentVolumeClaimVolumeOptions
static class
PersistentVolumeClaimVolumeOptions.Jsii$Proxy
An implementation forPersistentVolumeClaimVolumeOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static PersistentVolumeClaimVolumeOptions.Builder
builder()
default String
getName()
The volume name.default Boolean
getReadOnly()
Will force the ReadOnly setting in VolumeMounts.
-
-
-
Method Detail
-
getName
@Stability(Stable) @Nullable default String getName()
The volume name.Default: - Derived from the PVC name.
-
getReadOnly
@Stability(Stable) @Nullable default Boolean getReadOnly()
Will force the ReadOnly setting in VolumeMounts.Default: false
-
builder
@Stability(Stable) static PersistentVolumeClaimVolumeOptions.Builder builder()
-
-