Uses of Interface
org.cdk8s.plus24.HostPathVolumeOptions
-
-
Uses of HostPathVolumeOptions in org.cdk8s.plus24
Classes in org.cdk8s.plus24 that implement HostPathVolumeOptions Modifier and Type Class Description static class
HostPathVolumeOptions.Jsii$Proxy
An implementation forHostPathVolumeOptions
Methods in org.cdk8s.plus24 that return HostPathVolumeOptions Modifier and Type Method Description HostPathVolumeOptions
HostPathVolumeOptions.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24 with parameters of type HostPathVolumeOptions Modifier and Type Method Description static Volume
Volume. 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.
-