skuber.Volume
See theVolume companion class
object Volume
Attributes
Members list
Type members
Classlikes
case class AWSElasticBlockStore(volumeID: String, fsType: String, partition: Int, readOnly: Boolean) extends PersistentSource
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PersistentSourcetrait Sourceclass Objecttrait Matchableclass AnyShow all
case class ConfigMapProjection(name: String, items: Option[List[KeyToPath]], optional: Option[Boolean]) extends VolumeProjection
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait VolumeProjectionclass Objecttrait Matchableclass AnyShow all
case class ConfigMapVolumeSource(name: String, items: List[KeyToPath], defaultMode: Option[Int], optional: Option[Boolean]) extends Source
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Sourceclass Objecttrait Matchableclass AnyShow all
case object DefaultStorageMedium extends StorageMedium
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait StorageMediumclass Objecttrait Matchableclass AnyShow all
- Self type
-
DefaultStorageMedium.type
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class DownwardAPIProjection(items: List[DownwardApiVolumeFile]) extends VolumeProjection
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait VolumeProjectionclass Objecttrait Matchableclass AnyShow all
case class DownwardApiVolumeFile(fieldRef: ObjectFieldSelector, mode: Option[Int], path: String, resourceFieldRef: Option[ResourceFieldSelector])
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case class DownwardApiVolumeSource(defaultMode: Option[Int], items: List[DownwardApiVolumeFile]) extends Source
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Sourceclass Objecttrait Matchableclass AnyShow all
case class EmptyDir(medium: StorageMedium, sizeLimit: Option[Quantity]) extends Source
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Sourceclass Objecttrait Matchableclass AnyShow all
case class GCEPersistentDisk(pdName: String, fsType: String, partition: Int, readOnly: Boolean) extends PersistentSource
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PersistentSourcetrait Sourceclass Objecttrait Matchableclass AnyShow all
case class GenericVolumeSource(json: String) extends PersistentSource
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PersistentSourcetrait Sourceclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Sourceclass Objecttrait Matchableclass AnyShow all
case class Glusterfs(endpointsName: String, path: String, readOnly: Boolean) extends PersistentSource
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PersistentSourcetrait Sourceclass Objecttrait Matchableclass AnyShow all
case class HostPath(path: String, `type`: Option[String]) extends PersistentSource
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PersistentSourcetrait Sourceclass Objecttrait Matchableclass AnyShow all
case object HugePagesStorageMedium extends StorageMedium
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait StorageMediumclass Objecttrait Matchableclass AnyShow all
- Self type
case class ISCSI(targetPortal: String, iqn: String, portals: List[String], lun: Int, fsType: String, readOnly: Boolean) extends PersistentSource
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PersistentSourcetrait Sourceclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
case object MemoryStorageMedium extends StorageMedium
Attributes
- Supertypes
-
trait Singletontrait Producttrait Mirrortrait Serializabletrait Producttrait Equalstrait StorageMediumclass Objecttrait Matchableclass AnyShow all
- Self type
-
MemoryStorageMedium.type
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
object MountPropagationMode extends Enumeration
Attributes
- Supertypes
-
class Enumerationtrait Serializableclass Objecttrait Matchableclass Any
- Self type
-
MountPropagationMode.type
case class NFS(server: String, path: String, readOnly: Boolean) extends PersistentSource
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PersistentSourcetrait Sourceclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
sealed trait PersistentSource extends Source
Attributes
- Supertypes
- Known subtypes
-
class AWSElasticBlockStoreclass GCEPersistentDiskclass GenericVolumeSourceclass Glusterfsclass HostPathclass ISCSIclass NFSclass RBDShow all
case class PersistentVolumeClaimRef(claimName: String, readOnly: Boolean) extends Source
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Sourceclass Objecttrait Matchableclass AnyShow all
case class ProjectedVolumeSource(defaultMode: Option[Int], sources: List[VolumeProjection]) extends Source
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Sourceclass Objecttrait Matchableclass AnyShow all
case class RBD(monitors: List[String], image: String, fsType: String, pool: String, user: String, keyring: String, secretRef: Option[LocalObjectReference], readOnly: Boolean) extends PersistentSource
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait PersistentSourcetrait Sourceclass Objecttrait Matchableclass AnyShow all
case class ResourceFieldSelector(containerName: Option[String], divisor: Option[Quantity], resource: String)
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait Sourceclass Objecttrait Matchableclass AnyShow all
case class SecretProjection(name: String, items: Option[List[KeyToPath]], optional: Option[Boolean]) extends VolumeProjection
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait VolumeProjectionclass Objecttrait Matchableclass AnyShow all
case class ServiceAccountTokenProjection(audience: Option[String], expirationSeconds: Option[Int], path: String) extends VolumeProjection
Attributes
- Supertypes
-
trait Serializabletrait Producttrait Equalstrait VolumeProjectionclass Objecttrait Matchableclass AnyShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
-
class ConfigMapVolumeSourceclass DownwardApiVolumeSourceclass EmptyDirclass GitRepotrait PersistentSourceclass AWSElasticBlockStoreclass GCEPersistentDiskclass GenericVolumeSourceclass Glusterfsclass HostPathclass ISCSIclass NFSclass RBDclass PersistentVolumeClaimRefclass ProjectedVolumeSourceclass SecretShow all
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Attributes
- Supertypes
-
class Objecttrait Matchableclass Any
- Known subtypes
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article