Options
All
  • Public
  • Public/Protected
  • All
Menu

PersistentVolumeClaimSpec describes the common attributes of storage devices and allows a Source for provider-specific attributes

export
interface

V1PersistentVolumeClaimSpec

Hierarchy

  • V1PersistentVolumeClaimSpec

Index

Properties

accessModes?: string[]

accessModes contains the desired access modes the volume should have. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#access-modes-1

memberof

V1PersistentVolumeClaimSpec

memberof

V1PersistentVolumeClaimSpec

dataSourceRef?: V1TypedObjectReference
memberof

V1PersistentVolumeClaimSpec

memberof

V1PersistentVolumeClaimSpec

selector?: V1LabelSelector
memberof

V1PersistentVolumeClaimSpec

storageClassName?: string

storageClassName is the name of the StorageClass required by the claim. More info: https://kubernetes.io/docs/concepts/storage/persistent-volumes#class-1

memberof

V1PersistentVolumeClaimSpec

volumeMode defines what type of volume is required by the claim. Value of Filesystem is implied when not included in claim spec.

Possible enum values:

  • "Block" means the volume will not be formatted with a filesystem and will remain a raw block device.
  • "Filesystem" means the volume will be or is formatted with a filesystem.
  • "FromStorageProfile" means the volume mode will be auto selected by CDI according to a matching StorageProfile
memberof

V1PersistentVolumeClaimSpec

volumeName?: string

volumeName is the binding reference to the PersistentVolume backing this claim.

memberof

V1PersistentVolumeClaimSpec

Generated using TypeDoc