Package org.cdk8s.plus24
Interface HostPathVolumeOptions
-
- All Superinterfaces:
software.amazon.jsii.JsiiSerializable
- All Known Implementing Classes:
HostPathVolumeOptions.Jsii$Proxy
@Generated(value="jsii-pacmak/1.74.0 (build 6d08790)", date="2023-02-04T02:31:04.866Z") @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 class
HostPathVolumeOptions.Builder
A builder forHostPathVolumeOptions
static class
HostPathVolumeOptions.Jsii$Proxy
An implementation forHostPathVolumeOptions
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description static HostPathVolumeOptions.Builder
builder()
String
getPath()
The path of the directory on the host.default HostPathVolumeType
getType()
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.Builder
ofHostPathVolumeOptions
-
-