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.68.0 (build b45f2f6)", date="2022-09-25T03:33:25.377Z") @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 classAllowedFlexVolumeV1Beta1.BuilderA builder forAllowedFlexVolumeV1Beta1static classAllowedFlexVolumeV1Beta1.Jsii$ProxyAn implementation forAllowedFlexVolumeV1Beta1
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static AllowedFlexVolumeV1Beta1.Builderbuilder()StringgetDriver()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.BuilderofAllowedFlexVolumeV1Beta1
-
-