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