Volume

skuber.Volume
See theVolume companion class
object Volume

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type
Volume.type

Members list

Type members

Classlikes

case class AWSElasticBlockStore(volumeID: String, fsType: String, partition: Int, readOnly: Boolean) extends PersistentSource

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Source
class Object
trait Matchable
class Any
Show all
case class ConfigMapProjection(name: String, items: Option[List[KeyToPath]], optional: Option[Boolean]) extends VolumeProjection

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ConfigMapVolumeSource(name: String, items: List[KeyToPath], defaultMode: Option[Int], optional: Option[Boolean]) extends Source

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Source
class Object
trait Matchable
class Any
Show all
case object DefaultStorageMedium extends StorageMedium

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case class Device(name: String, devicePath: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DownwardApiVolumeFile(fieldRef: ObjectFieldSelector, mode: Option[Int], path: String, resourceFieldRef: Option[ResourceFieldSelector])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class DownwardApiVolumeSource(defaultMode: Option[Int], items: List[DownwardApiVolumeFile]) extends Source

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Source
class Object
trait Matchable
class Any
Show all
case class EmptyDir(medium: StorageMedium, sizeLimit: Option[Quantity]) extends Source

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Source
class Object
trait Matchable
class Any
Show all
case class GCEPersistentDisk(pdName: String, fsType: String, partition: Int, readOnly: Boolean) extends PersistentSource

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Source
class Object
trait Matchable
class Any
Show all
case class GenericVolumeSource(json: String) extends PersistentSource

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Source
class Object
trait Matchable
class Any
Show all
case class GitRepo(repository: String, revision: Option[String], directory: Option[String]) extends Source

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Source
class Object
trait Matchable
class Any
Show all
case class Glusterfs(endpointsName: String, path: String, readOnly: Boolean) extends PersistentSource

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Source
class Object
trait Matchable
class Any
Show all
case class HostPath(path: String, `type`: Option[String]) extends PersistentSource

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Source
class Object
trait Matchable
class Any
Show all

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case class ISCSI(targetPortal: String, iqn: String, portals: List[String], lun: Int, fsType: String, readOnly: Boolean) extends PersistentSource

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Source
class Object
trait Matchable
class Any
Show all
case class KeyToPath(key: String, path: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case object MemoryStorageMedium extends StorageMedium

Attributes

Supertypes
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
Self type
case class Mount(name: String, mountPath: String, readOnly: Boolean, subPath: String, mountPropagation: Option[Value])

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
object MountPropagationMode extends Enumeration

Attributes

Supertypes
class Enumeration
trait Serializable
class Object
trait Matchable
class Any
Self type
case class NFS(server: String, path: String, readOnly: Boolean) extends PersistentSource

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Source
class Object
trait Matchable
class Any
Show all
case class ObjectFieldSelector(apiVersion: String, fieldPath: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait PersistentSource extends Source

Attributes

Supertypes
trait Source
class Object
trait Matchable
class Any
Known subtypes
class Glusterfs
class HostPath
class ISCSI
class NFS
class RBD
Show all
case class PersistentVolumeClaimRef(claimName: String, readOnly: Boolean) extends Source

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Source
class Object
trait Matchable
class Any
Show all
case class ProjectedVolumeSource(defaultMode: Option[Int], sources: List[VolumeProjection]) extends Source

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Source
class Object
trait Matchable
class Any
Show 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 Serializable
trait Product
trait Equals
trait Source
class Object
trait Matchable
class Any
Show all
case class ResourceFieldSelector(containerName: Option[String], divisor: Option[Quantity], resource: String)

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class Secret(secretName: String, items: Option[List[KeyToPath]], defaultMode: Option[Int], optional: Option[Boolean]) extends Source

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Source
class Object
trait Matchable
class Any
Show all
case class SecretProjection(name: String, items: Option[List[KeyToPath]], optional: Option[Boolean]) extends VolumeProjection

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
case class ServiceAccountTokenProjection(audience: Option[String], expirationSeconds: Option[Int], path: String) extends VolumeProjection

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
sealed trait Source

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
sealed trait StorageMedium

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes
sealed trait VolumeProjection

Attributes

Supertypes
class Object
trait Matchable
class Any
Known subtypes

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror