Uses of Interface
org.cdk8s.plus25.k8s.Volume
-
Packages that use Volume Package Description org.cdk8s.plus25.k8s -
-
Uses of Volume in org.cdk8s.plus25.k8s
Classes in org.cdk8s.plus25.k8s that implement Volume Modifier and Type Class Description static classVolume.Jsii$ProxyAn implementation forVolumeMethods in org.cdk8s.plus25.k8s that return Volume Modifier and Type Method Description VolumeVolume.Builder. build()Builds the configured instance.Methods in org.cdk8s.plus25.k8s that return types with arguments of type Volume Modifier and Type Method Description default List<Volume>PodSpec. getVolumes()List of volumes that can be mounted by containers belonging to the pod.List<Volume>PodSpec.Jsii$Proxy. getVolumes()Method parameters in org.cdk8s.plus25.k8s with type arguments of type Volume Modifier and Type Method Description PodSpec.BuilderPodSpec.Builder. volumes(List<? extends Volume> volumes)Sets the value ofPodSpec.getVolumes()
-