Uses of Interface
org.cdk8s.plus25.k8s.VolumeMount
-
Packages that use VolumeMount Package Description org.cdk8s.plus25.k8s -
-
Uses of VolumeMount in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement VolumeMount Modifier and Type Class Description static classVolumeMount.Jsii$ProxyAn implementation forVolumeMountMethods in org.cdk8s.plus25.k8s that return VolumeMount Modifier and Type Method Description VolumeMountVolumeMount.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type VolumeMount Modifier and Type Method Description default List<VolumeMount>Container. getVolumeMounts()Pod volumes to mount into the container's filesystem.List<VolumeMount>Container.Jsii$Proxy. getVolumeMounts()default List<VolumeMount>EphemeralContainer. getVolumeMounts()Pod volumes to mount into the container's filesystem.List<VolumeMount>EphemeralContainer.Jsii$Proxy. getVolumeMounts()Method parameters in org.cdk8s.plus25.k8s with type arguments of type VolumeMount Modifier and Type Method Description Container.BuilderContainer.Builder. volumeMounts(List<? extends VolumeMount> volumeMounts)Sets the value ofContainer.getVolumeMounts()EphemeralContainer.BuilderEphemeralContainer.Builder. volumeMounts(List<? extends VolumeMount> volumeMounts)Sets the value ofEphemeralContainer.getVolumeMounts()
-