Uses of Interface
org.cdk8s.plus25.MountOptions
-
Packages that use MountOptions Package Description org.cdk8s.plus25 cdk8s+ (cdk8s-plus) -
-
Uses of MountOptions in org.cdk8s.plus25
Subinterfaces of MountOptions in org.cdk8s.plus25 Modifier and Type Interface Description interfaceVolumeMountMount a volume from the pod to the container.Classes in org.cdk8s.plus25 that implement MountOptions Modifier and Type Class Description static classMountOptions.Jsii$ProxyAn implementation forMountOptionsstatic classVolumeMount.Jsii$ProxyAn implementation forVolumeMountMethods in org.cdk8s.plus25 that return MountOptions Modifier and Type Method Description MountOptionsMountOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25 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.
-