V1Volume

March 28, 2026 ยท View on GitHub

Volume represents a named volume in a pod that may be accessed by any container in the pod.

Properties

NameTypeDescriptionNotes
aws_elastic_block_storeV1AWSElasticBlockStoreVolumeSource[optional]
azure_diskV1AzureDiskVolumeSource[optional]
azure_fileV1AzureFileVolumeSource[optional]
cephfsV1CephFSVolumeSource[optional]
cinderV1CinderVolumeSource[optional]
config_mapV1ConfigMapVolumeSource[optional]
csiV1CSIVolumeSource[optional]
downward_apiV1DownwardAPIVolumeSource[optional]
empty_dirV1EmptyDirVolumeSource[optional]
ephemeralV1EphemeralVolumeSource[optional]
fcV1FCVolumeSource[optional]
flex_volumeV1FlexVolumeSource[optional]
flockerV1FlockerVolumeSource[optional]
gce_persistent_diskV1GCEPersistentDiskVolumeSource[optional]
git_repoV1GitRepoVolumeSource[optional]
glusterfsV1GlusterfsVolumeSource[optional]
host_pathV1HostPathVolumeSource[optional]
imageV1ImageVolumeSource[optional]
iscsiV1ISCSIVolumeSource[optional]
namestrname of the volume. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names
nfsV1NFSVolumeSource[optional]
persistent_volume_claimV1PersistentVolumeClaimVolumeSource[optional]
photon_persistent_diskV1PhotonPersistentDiskVolumeSource[optional]
portworx_volumeV1PortworxVolumeSource[optional]
projectedV1ProjectedVolumeSource[optional]
quobyteV1QuobyteVolumeSource[optional]
rbdV1RBDVolumeSource[optional]
scale_ioV1ScaleIOVolumeSource[optional]
secretV1SecretVolumeSource[optional]
storageosV1StorageOSVolumeSource[optional]
vsphere_volumeV1VsphereVirtualDiskVolumeSource[optional]

[Back to Model list] [Back to API list] [Back to README]