Uses of Interface
org.cdk8s.plus22.HostPathVolumeOptions
-
-
Uses of HostPathVolumeOptions in org.cdk8s.plus22
Classes in org.cdk8s.plus22 that implement HostPathVolumeOptions Modifier and Type Class Description static classHostPathVolumeOptions.Jsii$ProxyAn implementation forHostPathVolumeOptionsMethods in org.cdk8s.plus22 that return HostPathVolumeOptions Modifier and Type Method Description HostPathVolumeOptionsHostPathVolumeOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus22 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.
-