Package org.cdk8s.plus25
Interface HostPathVolumeOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
HostPathVolumeOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.88.0 (build eaabd08)", date="2023-09-11T06:17:58.293Z") @Stability(Stable) public interface HostPathVolumeOptions extends software.amazon.jsii.JsiiSerializable
Options for a HostPathVolume-based volume.
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classHostPathVolumeOptions.BuilderA builder forHostPathVolumeOptionsstatic classHostPathVolumeOptions.Jsii$ProxyAn implementation forHostPathVolumeOptions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static HostPathVolumeOptions.Builderbuilder()StringgetPath()The path of the directory on the host.default HostPathVolumeTypegetType()The expected type of the path found on the host.
-
-
-
Method Detail
-
getPath
@Stability(Stable) @NotNull String getPath()
The path of the directory on the host.
-
getType
@Stability(Stable) @Nullable default HostPathVolumeType getType()
The expected type of the path found on the host.Default: HostPathVolumeType.DEFAULT
-
builder
@Stability(Stable) static HostPathVolumeOptions.Builder builder()
- Returns:
- a
HostPathVolumeOptions.BuilderofHostPathVolumeOptions
-
-