PersistentVolumeSpec

case class PersistentVolumeSpec(accessModes: Option[Seq[String]], awsElasticBlockStore: Option[AWSElasticBlockStoreVolumeSource], azureDisk: Option[AzureDiskVolumeSource], azureFile: Option[AzureFilePersistentVolumeSource], capacity: Option[Map[String, Quantity]], cephfs: Option[CephFSPersistentVolumeSource], cinder: Option[CinderPersistentVolumeSource], claimRef: Option[ObjectReference], csi: Option[CSIPersistentVolumeSource], fc: Option[FCVolumeSource], flexVolume: Option[FlexPersistentVolumeSource], flocker: Option[FlockerVolumeSource], gcePersistentDisk: Option[GCEPersistentDiskVolumeSource], glusterfs: Option[GlusterfsPersistentVolumeSource], hostPath: Option[HostPathVolumeSource], iscsi: Option[ISCSIPersistentVolumeSource], local: Option[LocalVolumeSource], mountOptions: Option[Seq[String]], nfs: Option[NFSVolumeSource], nodeAffinity: Option[VolumeNodeAffinity], persistentVolumeReclaimPolicy: Option[String], photonPersistentDisk: Option[PhotonPersistentDiskVolumeSource], portworxVolume: Option[PortworxVolumeSource], quobyte: Option[QuobyteVolumeSource], rbd: Option[RBDPersistentVolumeSource], scaleIO: Option[ScaleIOPersistentVolumeSource], storageClassName: Option[String], storageos: Option[StorageOSPersistentVolumeSource], volumeMode: Option[String], 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