Volume

Volume represents a named volume in a pod that may be accessed by any container in the pod.

Volume represents a named volume in a pod that may be accessed by any container in the pod.

Value Params
name

Volume's name. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

Gets awsElasticBlockStore.

Gets awsElasticBlockStore.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets azureDisk.

Gets azureDisk.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets azureFile.

Gets azureFile.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets cephfs.

Gets cephfs.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets cinder.

Gets cinder.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets configMap.

Gets configMap.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets csi.

Gets csi.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets downwardAPI.

Gets downwardAPI.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets emptyDir.

Gets emptyDir.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets ephemeral.

Gets ephemeral.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets fc.

Gets fc.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets flexVolume.

Gets flexVolume.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets flocker.

Gets flocker.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets gcePersistentDisk.

Gets gcePersistentDisk.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets gitRepo.

Gets gitRepo.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets glusterfs.

Gets glusterfs.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets hostPath.

Gets hostPath.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets iscsi.

Gets iscsi.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

def getName: IO[K8sFailure, String]

Volume's name. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

Volume's name. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

This effect always succeeds, it is safe to use the field name directly.

Gets nfs.

Gets nfs.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets persistentVolumeClaim.

Gets persistentVolumeClaim.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets photonPersistentDisk.

Gets photonPersistentDisk.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets portworxVolume.

Gets portworxVolume.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets projected.

Gets projected.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets quobyte.

Gets quobyte.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets rbd.

Gets rbd.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets scaleIO.

Gets scaleIO.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets secret.

Gets secret.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets storageos.

Gets storageos.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Gets vsphereVolume.

Gets vsphereVolume.

If the field is not present, fails with com.coralogix.zio.k8s.client.UndefinedField.

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product