Packages

object Volume extends Serializable

Linear Supertypes
Serializable, Serializable, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Volume
  2. Serializable
  3. Serializable
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. case class AWSElasticBlockStore(volumeID: String, fsType: String = "ext4", partition: Int = 0, readOnly: Boolean = false) extends PersistentSource with Product with Serializable
  2. case class ConfigMapProjection(name: String, items: Option[List[KeyToPath]] = None, optional: Option[Boolean] = None) extends VolumeProjection with Product with Serializable
  3. case class ConfigMapVolumeSource(name: String, items: List[KeyToPath] = List(), defaultMode: Option[Int] = None, optional: Option[Boolean] = None) extends Source with Product with Serializable
  4. case class Device(name: String, devicePath: String) extends Product with Serializable
  5. case class DownwardAPIProjection(items: List[DownwardApiVolumeFile] = List()) extends VolumeProjection with Product with Serializable
  6. case class DownwardApiVolumeFile(fieldRef: ObjectFieldSelector, mode: Option[Int] = None, path: String, resourceFieldRef: Option[ResourceFieldSelector]) extends Product with Serializable
  7. case class DownwardApiVolumeSource(defaultMode: Option[Int] = None, items: List[DownwardApiVolumeFile] = List()) extends Source with Product with Serializable
  8. case class EmptyDir(medium: StorageMedium = DefaultStorageMedium, sizeLimit: Option[Quantity] = None) extends Source with Product with Serializable
  9. case class GCEPersistentDisk(pdName: String, fsType: String = "ext4", partition: Int = 0, readOnly: Boolean = false) extends PersistentSource with Product with Serializable
  10. case class GenericVolumeSource(json: String) extends PersistentSource with Product with Serializable
  11. case class GitRepo(repository: String, revision: Option[String] = None, directory: Option[String] = None) extends Source with Product with Serializable
  12. case class Glusterfs(endpointsName: String, path: String, readOnly: Boolean = false) extends PersistentSource with Product with Serializable
  13. case class HostPath(path: String, type: Option[String] = None) extends PersistentSource with Product with Serializable
  14. case class ISCSI(targetPortal: String, iqn: String, portals: List[String] = List(), lun: Int = 0, fsType: String = "ext4", readOnly: Boolean = false) extends PersistentSource with Product with Serializable
  15. case class KeyToPath(key: String, path: String) extends Product with Serializable
  16. case class Mount(name: String, mountPath: String, readOnly: Boolean = false, subPath: String = "", mountPropagation: Option[MountPropagationMode.Value] = None) extends Product with Serializable
  17. case class NFS(server: String, path: String, readOnly: Boolean = false) extends PersistentSource with Product with Serializable
  18. case class ObjectFieldSelector(apiVersion: String = "v1", fieldPath: String) extends Product with Serializable
  19. sealed trait PersistentSource extends Source
  20. case class PersistentVolumeClaimRef(claimName: String, readOnly: Boolean = false) extends Source with Product with Serializable
  21. case class ProjectedVolumeSource(defaultMode: Option[Int] = None, sources: List[VolumeProjection]) extends Source with Product with Serializable
  22. case class RBD(monitors: List[String], image: String, fsType: String = "ext4", pool: String = "rbd", user: String = "admin", keyring: String = "/etc/cepth/keyring", secretRef: Option[LocalObjectReference] = None, readOnly: Boolean = false) extends PersistentSource with Product with Serializable
  23. case class ResourceFieldSelector(containerName: Option[String], divisor: Option[Quantity], resource: String) extends Product with Serializable
  24. case class Secret(secretName: String, items: Option[List[KeyToPath]] = None, defaultMode: Option[Int] = None, optional: Option[Boolean] = None) extends Source with Product with Serializable
  25. case class SecretProjection(name: String, items: Option[List[KeyToPath]] = None, optional: Option[Boolean] = None) extends VolumeProjection with Product with Serializable
  26. case class ServiceAccountTokenProjection(audience: Option[String], expirationSeconds: Option[Int], path: String) extends VolumeProjection with Product with Serializable
  27. sealed trait Source extends AnyRef
  28. sealed trait StorageMedium extends AnyRef
  29. sealed trait VolumeProjection extends AnyRef

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  6. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  10. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  11. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  12. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  13. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  14. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  15. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  16. def toString(): String
    Definition Classes
    AnyRef → Any
  17. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  18. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  19. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  20. object DefaultStorageMedium extends StorageMedium with Product with Serializable
  21. object HugePagesStorageMedium extends StorageMedium with Product with Serializable
  22. object MemoryStorageMedium extends StorageMedium with Product with Serializable
  23. object MountPropagationMode extends Enumeration

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped