Uses of Class
org.cdk8s.plus20.Volume
-
-
Uses of Volume in org.cdk8s.plus20
Methods in org.cdk8s.plus20 that return Volume Modifier and Type Method Description static VolumeVolume. fromConfigMap(IConfigMap configMap)Populate the volume from a ConfigMap.static VolumeVolume. fromConfigMap(IConfigMap configMap, ConfigMapVolumeOptions options)Populate the volume from a ConfigMap.static VolumeVolume. fromEmptyDir(String name)An emptyDir volume is first created when a Pod is assigned to a Node, and exists as long as that Pod is running on that node.static VolumeVolume. fromEmptyDir(String name, EmptyDirVolumeOptions options)An emptyDir volume is first created when a Pod is assigned to a Node, and exists as long as that Pod is running on that node.static VolumeVolume. fromSecret(ISecret secret)Populate the volume from a Secret.static VolumeVolume. fromSecret(ISecret secret, SecretVolumeOptions options)Populate the volume from a Secret.VolumeVolumeMount. getVolume()The volume to mount.VolumeVolumeMount.Jsii$Proxy. getVolume()Methods in org.cdk8s.plus20 that return types with arguments of type Volume Modifier and Type Method Description List<Volume>Deployment. getVolumes()The volumes associated with this pod.List<Volume>DeploymentProps.Jsii$Proxy. getVolumes()List<Volume>IPodSpec. getVolumes()The volumes associated with this pod.default List<Volume>IPodSpec.Jsii$Default. getVolumes()The volumes associated with this pod.List<Volume>IPodSpec.Jsii$Proxy. getVolumes()The volumes associated with this pod.default List<Volume>IPodTemplate.Jsii$Default. getVolumes()The volumes associated with this pod.List<Volume>IPodTemplate.Jsii$Proxy. getVolumes()The volumes associated with this pod.List<Volume>Job. getVolumes()The volumes associated with this pod.List<Volume>JobProps.Jsii$Proxy. getVolumes()List<Volume>Pod. getVolumes()The volumes associated with this pod.List<Volume>PodProps.Jsii$Proxy. getVolumes()List<Volume>PodSpec. getVolumes()The volumes associated with this pod.default List<Volume>PodSpecProps. getVolumes()List of volumes that can be mounted by containers belonging to the pod.List<Volume>PodSpecProps.Jsii$Proxy. getVolumes()List<Volume>PodTemplateProps.Jsii$Proxy. getVolumes()List<Volume>StatefulSet. getVolumes()The volumes associated with this pod.List<Volume>StatefulSetProps.Jsii$Proxy. getVolumes()Methods in org.cdk8s.plus20 with parameters of type Volume Modifier and Type Method Description voidDeployment. addVolume(Volume volume)Add a volume to the pod.voidIPodSpec. addVolume(Volume volume)Add a volume to the pod.default voidIPodSpec.Jsii$Default. addVolume(Volume volume)Add a volume to the pod.voidIPodSpec.Jsii$Proxy. addVolume(Volume volume)Add a volume to the pod.default voidIPodTemplate.Jsii$Default. addVolume(Volume volume)Add a volume to the pod.voidIPodTemplate.Jsii$Proxy. addVolume(Volume volume)Add a volume to the pod.voidJob. addVolume(Volume volume)Add a volume to the pod.voidPod. addVolume(Volume volume)Add a volume to the pod.voidPodSpec. addVolume(Volume volume)Add a volume to the pod.voidStatefulSet. addVolume(Volume volume)Add a volume to the pod.voidContainer. mount(String path, Volume volume)Mount a volume to a specific path so that it is accessible by the container.voidContainer. mount(String path, Volume volume, MountOptions options)Mount a volume to a specific path so that it is accessible by the container.VolumeMount.BuilderVolumeMount.Builder. volume(Volume volume)Sets the value ofVolumeMount.getVolume()Method parameters in org.cdk8s.plus20 with type arguments of type Volume Modifier and Type Method Description Deployment.BuilderDeployment.Builder. volumes(List<? extends Volume> volumes)List of volumes that can be mounted by containers belonging to the pod.DeploymentProps.BuilderDeploymentProps.Builder. volumes(List<? extends Volume> volumes)Sets the value ofPodSpecProps.getVolumes()Job.BuilderJob.Builder. volumes(List<? extends Volume> volumes)List of volumes that can be mounted by containers belonging to the pod.JobProps.BuilderJobProps.Builder. volumes(List<? extends Volume> volumes)Sets the value ofPodSpecProps.getVolumes()Pod.BuilderPod.Builder. volumes(List<? extends Volume> volumes)List of volumes that can be mounted by containers belonging to the pod.PodProps.BuilderPodProps.Builder. volumes(List<? extends Volume> volumes)Sets the value ofPodSpecProps.getVolumes()PodSpec.BuilderPodSpec.Builder. volumes(List<? extends Volume> volumes)List of volumes that can be mounted by containers belonging to the pod.PodSpecProps.BuilderPodSpecProps.Builder. volumes(List<? extends Volume> volumes)Sets the value ofPodSpecProps.getVolumes()PodTemplate.BuilderPodTemplate.Builder. volumes(List<? extends Volume> volumes)List of volumes that can be mounted by containers belonging to the pod.PodTemplateProps.BuilderPodTemplateProps.Builder. volumes(List<? extends Volume> volumes)Sets the value ofPodSpecProps.getVolumes()StatefulSet.BuilderStatefulSet.Builder. volumes(List<? extends Volume> volumes)List of volumes that can be mounted by containers belonging to the pod.StatefulSetProps.BuilderStatefulSetProps.Builder. volumes(List<? extends Volume> volumes)Sets the value ofPodSpecProps.getVolumes()
-