PersistentVolumeClaimVolumeSource

com.coralogix.zio.k8s.model.core.v1.PersistentVolumeClaimVolumeSource
See thePersistentVolumeClaimVolumeSource companion object
case class PersistentVolumeClaimVolumeSource(claimName: String, readOnly: Optional[Boolean])

PersistentVolumeClaimVolumeSource references the user's PVC in the same namespace. This volume finds the bound PV and mounts that volume for the pod. A PersistentVolumeClaimVolumeSource is, essentially, a wrapper around another type of volume that is owned by someone else (the system).

Value parameters

claimName

ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

readOnly

Will force the ReadOnly setting in VolumeMounts. Default false.

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Concrete methods

ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

ClaimName is the name of a PersistentVolumeClaim in the same namespace as the pod using this volume. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#persistentvolumeclaims

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

Attributes

Will force the ReadOnly setting in VolumeMounts. Default false.

Will force the ReadOnly setting in VolumeMounts. Default false.

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

Attributes

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product