Volume

case class Volume(name: String, awsElasticBlockStore: Option[AWSElasticBlockStoreVolumeSource], azureDisk: Option[AzureDiskVolumeSource], azureFile: Option[AzureFileVolumeSource], cephfs: Option[CephFSVolumeSource], cinder: Option[CinderVolumeSource], configMap: Option[ConfigMapVolumeSource], csi: Option[CSIVolumeSource], downwardAPI: Option[DownwardAPIVolumeSource], emptyDir: Option[EmptyDirVolumeSource], ephemeral: Option[EphemeralVolumeSource], fc: Option[FCVolumeSource], flexVolume: Option[FlexVolumeSource], flocker: Option[FlockerVolumeSource], gcePersistentDisk: Option[GCEPersistentDiskVolumeSource], gitRepo: Option[GitRepoVolumeSource], glusterfs: Option[GlusterfsVolumeSource], hostPath: Option[HostPathVolumeSource], iscsi: Option[ISCSIVolumeSource], nfs: Option[NFSVolumeSource], persistentVolumeClaim: Option[PersistentVolumeClaimVolumeSource], photonPersistentDisk: Option[PhotonPersistentDiskVolumeSource], portworxVolume: Option[PortworxVolumeSource], projected: Option[ProjectedVolumeSource], quobyte: Option[QuobyteVolumeSource], rbd: Option[RBDVolumeSource], scaleIO: Option[ScaleIOVolumeSource], secret: Option[SecretVolumeSource], storageos: Option[StorageOSVolumeSource], vsphereVolume: Option[VsphereVirtualDiskVolumeSource])
Companion:
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product