Uses of Interface
org.cdk8s.plus24.MountOptions
-
-
Uses of MountOptions in org.cdk8s.plus24
Subinterfaces of MountOptions in org.cdk8s.plus24 Modifier and Type Interface Description interface
VolumeMount
Mount a volume from the pod to the container.Classes in org.cdk8s.plus24 that implement MountOptions Modifier and Type Class Description static class
MountOptions.Jsii$Proxy
An implementation forMountOptions
static class
VolumeMount.Jsii$Proxy
An implementation forVolumeMount
Methods in org.cdk8s.plus24 that return MountOptions Modifier and Type Method Description MountOptions
MountOptions.Builder. build()
Builds the configured instance.Methods in org.cdk8s.plus24 with parameters of type MountOptions Modifier and Type Method Description void
Container. mount(String path, IStorage storage, MountOptions options)
Mount a volume to a specific path so that it is accessible by the container.
-