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 VolumeIStorage. asVolume()Convert the piece of storage into a concrete volume.default VolumeIStorage.Jsii$Default. asVolume()Convert the piece of storage into a concrete volume.VolumeIStorage.Jsii$Proxy. asVolume()Convert the piece of storage into a concrete volume.VolumePersistentVolume. asVolume()Convert the piece of storage into a concrete volume.VolumeVolume. asVolume()Convert the piece of storage into a concrete volume.static VolumeVolume. fromAwsElasticBlockStore(String volumeId)Mounts an Amazon Web Services (AWS) EBS volume into your pod.static VolumeVolume. fromAwsElasticBlockStore(String volumeId, AwsElasticBlockStoreVolumeOptions options)Mounts an Amazon Web Services (AWS) EBS volume into your pod.static VolumeVolume. fromAzureDisk(String diskName, String diskUri)Mounts a Microsoft Azure Data Disk into a pod.static VolumeVolume. fromAzureDisk(String diskName, String diskUri, AzureDiskVolumeOptions options)Mounts a Microsoft Azure Data Disk into a pod.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. fromGcePersistentDisk(String pdName)Mounts a Google Compute Engine (GCE) persistent disk (PD) into your Pod.static VolumeVolume. fromGcePersistentDisk(String pdName, GCEPersistentDiskVolumeOptions options)Mounts a Google Compute Engine (GCE) persistent disk (PD) into your Pod.static VolumeVolume. fromPersistentVolumeClaim(IPersistentVolumeClaim claim)Used to mount a PersistentVolume into a Pod.static VolumeVolume. fromPersistentVolumeClaim(IPersistentVolumeClaim claim, PersistentVolumeClaimVolumeOptions options)Used to mount a PersistentVolume into a Pod.static VolumeVolume. fromSecret(ISecret secr)Populate the volume from a Secret.static VolumeVolume. fromSecret(ISecret secr, 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>DaemonSet. getVolumes()The volumes associated with this pod.List<Volume>DaemonSetProps.Jsii$Proxy. getVolumes()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 voidDaemonSet. addVolume(Volume vol)Add a volume to the pod.voidDeployment. addVolume(Volume vol)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 vol)Add a volume to the pod.voidPod. addVolume(Volume vol)Add a volume to the pod.voidPodSpec. addVolume(Volume vol)Add a volume to the pod.voidStatefulSet. addVolume(Volume vol)Add a volume to the pod.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 DaemonSet.BuilderDaemonSet.Builder. volumes(List<? extends Volume> volumes)List of volumes that can be mounted by containers belonging to the pod.DaemonSetProps.BuilderDaemonSetProps.Builder. volumes(List<? extends Volume> volumes)Sets the value ofPodSpecProps.getVolumes()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()
-