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

Hierarchy

  • V1PersistentVolumeClaimSpec

Constructors

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

dataSourceRef?: V1TypedObjectReference
selector?: V1LabelSelector
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

volumeMode?: string

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

volumeName?: string

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

attributeTypeMap: {
    baseName: string;
    name: string;
    type: string;
}[] = ...

Type declaration

  • baseName: string
  • name: string
  • type: string
discriminator: undefined | string = undefined

Methods

  • Returns {
        baseName: string;
        name: string;
        type: string;
    }[]

Generated using TypeDoc