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 interfaceVolumeMountMount a volume from the pod to the container.Classes in org.cdk8s.plus24 that implement MountOptions Modifier and Type Class Description static classMountOptions.Jsii$ProxyAn implementation forMountOptionsstatic classVolumeMount.Jsii$ProxyAn implementation forVolumeMountMethods in org.cdk8s.plus24 that return MountOptions Modifier and Type Method Description MountOptionsMountOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus24 with parameters of type MountOptions Modifier and Type Method Description voidContainer. mount(String path, IStorage storage, MountOptions options)Mount a volume to a specific path so that it is accessible by the container.
-