object Volume
- Companion:
- class
Type members
Classlikes
case class AWSElasticBlockStore(volumeID: String, fsType: String, partition: Int, readOnly: Boolean) extends PersistentSource
case class ConfigMapProjection(name: String, items: Option[List[KeyToPath]], optional: Option[Boolean]) extends VolumeProjection
case class ConfigMapVolumeSource(name: String, items: List[KeyToPath], defaultMode: Option[Int], optional: Option[Boolean]) extends Source
case class DownwardApiVolumeFile(fieldRef: ObjectFieldSelector, mode: Option[Int], path: String, resourceFieldRef: Option[ResourceFieldSelector])
case class DownwardApiVolumeSource(defaultMode: Option[Int], items: List[DownwardApiVolumeFile]) extends Source
case class GCEPersistentDisk(pdName: String, fsType: String, partition: Int, readOnly: Boolean) extends PersistentSource
case class Glusterfs(endpointsName: String, path: String, readOnly: Boolean) extends PersistentSource
case class ISCSI(targetPortal: String, iqn: String, portals: List[String], lun: Int, fsType: String, readOnly: Boolean) extends PersistentSource
case class ProjectedVolumeSource(defaultMode: Option[Int], sources: List[VolumeProjection]) extends Source
case class RBD(monitors: List[String], image: String, fsType: String, pool: String, user: String, keyring: String, secretRef: Option[LocalObjectReference], readOnly: Boolean) extends PersistentSource
case class ResourceFieldSelector(containerName: Option[String], divisor: Option[Quantity], resource: String)
case class SecretProjection(name: String, items: Option[List[KeyToPath]], optional: Option[Boolean]) extends VolumeProjection
case class ServiceAccountTokenProjection(audience: Option[String], expirationSeconds: Option[Int], path: String) extends VolumeProjection