Overboard


PersistentVolume<'a> Type

PersistentVolume (PV) is a storage resource provisioned by an administrator. It is analogous to a node. See: https://kubernetes.io/docs/reference/kubernetes-api/config-and-storage-resources/persistent-volume-v1/ More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes

Record fields

Record Field Description

accessModes

Full Usage: accessModes

Field type: AccessMode list
Field type: AccessMode list

capacity

Full Usage: capacity

Field type: int<MeasureProduct<Mi, MeasureOne>> option
Field type: int<MeasureProduct<Mi, MeasureOne>> option

claimRef

Full Usage: claimRef

Field type: ObjectReference option
Field type: ObjectReference option

metadata

Full Usage: metadata

Field type: Metadata
Field type: Metadata

mountOptions

Full Usage: mountOptions

Field type: string list
Field type: string list

persistentVolumeReclaimPolicy

Full Usage: persistentVolumeReclaimPolicy

Field type: ReclaimPolicy option
Field type: ReclaimPolicy option

storageClassName

Full Usage: storageClassName

Field type: string option
Field type: string option

volumeMode

Full Usage: volumeMode

Field type: VolumeMode
Field type: VolumeMode

volumeSpec

Full Usage: volumeSpec

Field type: (string * 'a) option
Field type: (string * 'a) option

Instance members

Instance member Description

this.K8sKind

Full Usage: this.K8sKind

Returns: string
Returns: string

this.K8sMetadata

Full Usage: this.K8sMetadata

Returns: (type)
Returns: (type)

this.K8sVersion

Full Usage: this.K8sVersion

Returns: string
Returns: string

this.Spec

Full Usage: this.Spec

Returns: IDictionary<string, obj>
Returns: IDictionary<string, obj>

this.ToResource

Full Usage: this.ToResource

Returns: (type)
Returns: (type)

Static members

Static member Description

PersistentVolume.empty

Full Usage: PersistentVolume.empty

Returns: PersistentVolume<'a>
Returns: PersistentVolume<'a>