Volume Args
constructor(awsElasticBlockStore: Output<AWSElasticBlockStoreVolumeSourceArgs>? = null, azureDisk: Output<AzureDiskVolumeSourceArgs>? = null, azureFile: Output<AzureFileVolumeSourceArgs>? = null, cephfs: Output<CephFSVolumeSourceArgs>? = null, cinder: Output<CinderVolumeSourceArgs>? = null, configMap: Output<ConfigMapVolumeSourceArgs>? = null, csi: Output<CSIVolumeSourceArgs>? = null, downwardAPI: Output<DownwardAPIVolumeSourceArgs>? = null, emptyDir: Output<EmptyDirVolumeSourceArgs>? = null, ephemeral: Output<EphemeralVolumeSourceArgs>? = null, fc: Output<FCVolumeSourceArgs>? = null, flexVolume: Output<FlexVolumeSourceArgs>? = null, flocker: Output<FlockerVolumeSourceArgs>? = null, gcePersistentDisk: Output<GCEPersistentDiskVolumeSourceArgs>? = null, gitRepo: Output<GitRepoVolumeSourceArgs>? = null, glusterfs: Output<GlusterfsVolumeSourceArgs>? = null, hostPath: Output<HostPathVolumeSourceArgs>? = null, image: Output<ImageVolumeSourceArgs>? = null, iscsi: Output<ISCSIVolumeSourceArgs>? = null, name: Output<String>, nfs: Output<NFSVolumeSourceArgs>? = null, persistentVolumeClaim: Output<PersistentVolumeClaimVolumeSourceArgs>? = null, photonPersistentDisk: Output<PhotonPersistentDiskVolumeSourceArgs>? = null, portworxVolume: Output<PortworxVolumeSourceArgs>? = null, projected: Output<ProjectedVolumeSourceArgs>? = null, quobyte: Output<QuobyteVolumeSourceArgs>? = null, rbd: Output<RBDVolumeSourceArgs>? = null, scaleIO: Output<ScaleIOVolumeSourceArgs>? = null, secret: Output<SecretVolumeSourceArgs>? = null, storageos: Output<StorageOSVolumeSourceArgs>? = null, vsphereVolume: Output<VsphereVirtualDiskVolumeSourceArgs>? = null)