Package org.cdk8s.plus20
Interface PersistentVolumeClaimVolumeOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
PersistentVolumeClaimVolumeOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.59.0 (build eb02c92)", date="2022-05-18T23:19:48.641Z") @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 classPersistentVolumeClaimVolumeOptions.BuilderA builder forPersistentVolumeClaimVolumeOptionsstatic classPersistentVolumeClaimVolumeOptions.Jsii$ProxyAn implementation forPersistentVolumeClaimVolumeOptions
-
Method Summary
All Methods Static Methods Instance Methods Default Methods Modifier and Type Method Description static PersistentVolumeClaimVolumeOptions.Builderbuilder()default StringgetName()The volume name.default BooleangetReadOnly()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()
-
-