Volume |
IStorage.asVolume() |
Convert the piece of storage into a concrete volume.
|
default Volume |
IStorage.Jsii$Default.asVolume() |
Convert the piece of storage into a concrete volume.
|
Volume |
IStorage.Jsii$Proxy.asVolume() |
Convert the piece of storage into a concrete volume.
|
Volume |
PersistentVolume.asVolume() |
Convert the piece of storage into a concrete volume.
|
Volume |
Volume.asVolume() |
Convert the piece of storage into a concrete volume.
|
static Volume |
Volume.fromAwsElasticBlockStore(software.constructs.Construct scope,
String id,
String volumeId) |
Mounts an Amazon Web Services (AWS) EBS volume into your pod.
|
static Volume |
Volume.fromAwsElasticBlockStore(software.constructs.Construct scope,
String id,
String volumeId,
AwsElasticBlockStoreVolumeOptions options) |
Mounts an Amazon Web Services (AWS) EBS volume into your pod.
|
static Volume |
Volume.fromAzureDisk(software.constructs.Construct scope,
String id,
String diskName,
String diskUri) |
Mounts a Microsoft Azure Data Disk into a pod.
|
static Volume |
Volume.fromAzureDisk(software.constructs.Construct scope,
String id,
String diskName,
String diskUri,
AzureDiskVolumeOptions options) |
Mounts a Microsoft Azure Data Disk into a pod.
|
static Volume |
Volume.fromConfigMap(software.constructs.Construct scope,
String id,
IConfigMap configMap) |
Populate the volume from a ConfigMap.
|
static Volume |
Volume.fromConfigMap(software.constructs.Construct scope,
String id,
IConfigMap configMap,
ConfigMapVolumeOptions options) |
Populate the volume from a ConfigMap.
|
static Volume |
Volume.fromEmptyDir(software.constructs.Construct scope,
String id,
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 Volume |
Volume.fromEmptyDir(software.constructs.Construct scope,
String id,
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 Volume |
Volume.fromGcePersistentDisk(software.constructs.Construct scope,
String id,
String pdName) |
Mounts a Google Compute Engine (GCE) persistent disk (PD) into your Pod.
|
static Volume |
Volume.fromGcePersistentDisk(software.constructs.Construct scope,
String id,
String pdName,
GCEPersistentDiskVolumeOptions options) |
Mounts a Google Compute Engine (GCE) persistent disk (PD) into your Pod.
|
static Volume |
Volume.fromHostPath(software.constructs.Construct scope,
String id,
String name,
HostPathVolumeOptions options) |
Used to mount a file or directory from the host node's filesystem into a Pod.
|
static Volume |
Volume.fromPersistentVolumeClaim(software.constructs.Construct scope,
String id,
IPersistentVolumeClaim claim) |
Used to mount a PersistentVolume into a Pod.
|
static Volume |
Volume.fromPersistentVolumeClaim(software.constructs.Construct scope,
String id,
IPersistentVolumeClaim claim,
PersistentVolumeClaimVolumeOptions options) |
Used to mount a PersistentVolume into a Pod.
|
static Volume |
Volume.fromSecret(software.constructs.Construct scope,
String id,
ISecret secr) |
Populate the volume from a Secret.
|
static Volume |
Volume.fromSecret(software.constructs.Construct scope,
String id,
ISecret secr,
SecretVolumeOptions options) |
Populate the volume from a Secret.
|
Volume |
VolumeMount.getVolume() |
The volume to mount.
|
Volume |
VolumeMount.Jsii$Proxy.getVolume() |
|