Object/Class

skuber

Volume

Related Docs: class Volume | package skuber

Permalink

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

    Permalink
  2. case class ConfigMapVolumeSource(name: String, items: List[KeyToPath] = List(), defaultMode: Option[Int] = None, optional: Option[Boolean] = None) extends Source with Product with Serializable

    Permalink
  3. case class DownwardApiVolumeFile(fieldRef: ObjectFieldSelector, mode: Option[Int] = None, path: String, resourceFieldRef: Option[ResourceFieldSelector]) extends Product with Serializable

    Permalink
  4. case class DownwardApiVolumeSource(defaultMode: Option[Int] = None, items: List[DownwardApiVolumeFile] = List()) extends Source with Product with Serializable

    Permalink
  5. case class EmptyDir(medium: StorageMedium = DefaultStorageMedium, sizeLimit: Option[Quantity] = None) extends Source with Product with Serializable

    Permalink
  6. case class GCEPersistentDisk(pdName: String, fsType: String = "ext4", partition: Int = 0, readOnly: Boolean = false) extends PersistentSource with Product with Serializable

    Permalink
  7. case class GitRepo(repository: String, revision: Option[String] = None, directory: Option[String] = None) extends Source with Product with Serializable

    Permalink
  8. case class Glusterfs(endpointsName: String, path: String, readOnly: Boolean = false) extends PersistentSource with Product with Serializable

    Permalink
  9. case class HostPath(path: String, type: Option[String] = None) extends PersistentSource with Product with Serializable

    Permalink
  10. 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

    Permalink
  11. case class KeyToPath(key: String, path: String) extends Product with Serializable

    Permalink
  12. case class Mount(name: String, mountPath: String, readOnly: Boolean = false, subPath: String = "") extends Product with Serializable

    Permalink
  13. case class NFS(server: String, path: String, readOnly: Boolean = false) extends PersistentSource with Product with Serializable

    Permalink
  14. case class ObjectFieldSelector(apiVersion: String = "v1", fieldPath: String) extends Product with Serializable

    Permalink
  15. sealed trait PersistentSource extends Source

    Permalink
  16. case class PersistentVolumeClaimRef(claimName: String, readOnly: Boolean = false) extends Source with Product with Serializable

    Permalink
  17. 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

    Permalink
  18. case class ResourceFieldSelector(containerName: Option[String], divisor: Option[Quantity], resource: String) extends Product with Serializable

    Permalink
  19. case class Secret(secretName: String, items: Option[List[KeyToPath]] = None, defaultMode: Option[Int] = None, optional: Option[Boolean] = None) extends Source with Product with Serializable

    Permalink
  20. sealed trait Source extends AnyRef

    Permalink
  21. sealed trait StorageMedium extends AnyRef

    Permalink

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object DefaultStorageMedium extends StorageMedium with Product with Serializable

    Permalink
  5. object MemoryStorageMedium extends StorageMedium with Product with Serializable

    Permalink
  6. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  7. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  9. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  12. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  13. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  14. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  15. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  16. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  18. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  19. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  20. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from AnyRef

Inherited from Any

Ungrouped