Uses of Interface
org.cdk8s.plus20.MountOptions
-
-
Uses of MountOptions in org.cdk8s.plus20
Subinterfaces of MountOptions in org.cdk8s.plus20 Modifier and Type Interface Description interfaceVolumeMountMount a volume from the pod to the container.Classes in org.cdk8s.plus20 that implement MountOptions Modifier and Type Class Description static classMountOptions.Jsii$ProxyAn implementation forMountOptionsstatic classVolumeMount.Jsii$ProxyAn implementation forVolumeMountMethods in org.cdk8s.plus20 that return MountOptions Modifier and Type Method Description MountOptionsMountOptions.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus20 with parameters of type MountOptions Modifier and Type Method Description voidContainer. mount(String path, Volume volume, MountOptions options)Mount a volume to a specific path so that it is accessible by the container.
-