Uses of Interface
org.cdk8s.plus25.HostPathVolumeOptions
-
Packages that use HostPathVolumeOptions Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of HostPathVolumeOptions in org.cdk8s.plus25
Classes in org.cdk8s.plus25 that implement HostPathVolumeOptions Modifier and Type Class Description static classHostPathVolumeOptions.Jsii$ProxyAn implementation forHostPathVolumeOptionsMethods in org.cdk8s.plus25 that return HostPathVolumeOptions Modifier and Type Method Description HostPathVolumeOptionsHostPathVolumeOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25 with parameters of type HostPathVolumeOptions Modifier and Type Method Description static VolumeVolume. fromHostPath(software.constructs.Construct scope, String id, String name, HostPathVolumeOptions options)Used to mount a file or directory from the host node's filesystem into a Pod.
-