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>AbstractPod. getVolumes()default List<Volume>AbstractPodProps. getVolumes()List of volumes that can be mounted by containers belonging to the pod.List<Volume>AbstractPodProps.Jsii$Proxy. getVolumes()List<Volume>DaemonSetProps.Jsii$Proxy. getVolumes()List<Volume>DeploymentProps.Jsii$Proxy. getVolumes()List<Volume>JobProps.Jsii$Proxy. getVolumes()List<Volume>PodProps.Jsii$Proxy. getVolumes()List<Volume>StatefulSetProps.Jsii$Proxy. getVolumes()List<Volume>WorkloadProps.Jsii$Proxy. getVolumes()Methods in org.cdk8s.plus20 with parameters of type Volume Modifier and Type Method Description voidAbstractPod. addVolume(Volume vol)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 AbstractPodProps.BuilderAbstractPodProps.Builder. volumes(List<? extends Volume> volumes)Sets the value ofAbstractPodProps.getVolumes()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 ofAbstractPodProps.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 ofAbstractPodProps.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 ofAbstractPodProps.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 ofAbstractPodProps.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 ofAbstractPodProps.getVolumes()WorkloadProps.BuilderWorkloadProps.Builder. volumes(List<? extends Volume> volumes)Sets the value ofAbstractPodProps.getVolumes()
-