Volume
final case class Volume(secret: Option[SecretVolumeSource], scaleIO: Option[ScaleIOVolumeSource], csi: Option[CSIVolumeSource], name: String, azureDisk: Option[AzureDiskVolumeSource], azureFile: Option[AzureFileVolumeSource], hostPath: Option[HostPathVolumeSource], rbd: Option[RBDVolumeSource], configMap: Option[ConfigMapVolumeSource], portworxVolume: Option[PortworxVolumeSource], glusterfs: Option[GlusterfsVolumeSource], flocker: Option[FlockerVolumeSource], fc: Option[FCVolumeSource], photonPersistentDisk: Option[PhotonPersistentDiskVolumeSource], gcePersistentDisk: Option[GCEPersistentDiskVolumeSource], persistentVolumeClaim: Option[PersistentVolumeClaimVolumeSource], vsphereVolume: Option[VsphereVirtualDiskVolumeSource], projected: Option[ProjectedVolumeSource], ephemeral: Option[EphemeralVolumeSource], iscsi: Option[ISCSIVolumeSource], cinder: Option[CinderVolumeSource], gitRepo: Option[GitRepoVolumeSource], cephfs: Option[CephFSVolumeSource], awsElasticBlockStore: Option[AWSElasticBlockStoreVolumeSource], downwardAPI: Option[DownwardAPIVolumeSource], flexVolume: Option[FlexVolumeSource], emptyDir: Option[EmptyDirVolumeSource], nfs: Option[NFSVolumeSource], quobyte: Option[QuobyteVolumeSource], storageos: Option[StorageOSVolumeSource])
Volume represents a named volume in a pod that may be accessed by any container in the pod.
- Source:
- Volume.scala