Package org.cdk8s.plus24.k8s
Interface AllowedFlexVolumeV1Beta1
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
AllowedFlexVolumeV1Beta1.Jsii$Proxy
@Generated(value="jsii-pacmak/1.80.0 (build bce6a1d)", date="2023-05-05T16:22:33.799Z") @Stability(Stable) public interface AllowedFlexVolumeV1Beta1 extends software.amazon.jsii.JsiiSerializable
AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static class
AllowedFlexVolumeV1Beta1.Builder
A builder forAllowedFlexVolumeV1Beta1
static class
AllowedFlexVolumeV1Beta1.Jsii$Proxy
An implementation forAllowedFlexVolumeV1Beta1
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static AllowedFlexVolumeV1Beta1.Builder
builder()
String
getDriver()
driver is the name of the Flexvolume driver.
-
-
-
Method Detail
-
getDriver
@Stability(Stable) @NotNull String getDriver()
driver is the name of the Flexvolume driver.
-
builder
@Stability(Stable) static AllowedFlexVolumeV1Beta1.Builder builder()
- Returns:
- a
AllowedFlexVolumeV1Beta1.Builder
ofAllowedFlexVolumeV1Beta1
-
-