Options
All
  • Public
  • Public/Protected
  • All
Menu

StorageSpec defines the Storage type specification

export
interface

V1beta1StorageSpec

Hierarchy

  • V1beta1StorageSpec

Index

Properties

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

memberof

V1beta1StorageSpec

memberof

V1beta1StorageSpec

memberof

V1beta1StorageSpec

memberof

V1beta1StorageSpec

memberof

V1beta1StorageSpec

storageClassName?: string

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

memberof

V1beta1StorageSpec

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.
memberof

V1beta1StorageSpec

volumeName?: string

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

memberof

V1beta1StorageSpec

Generated using TypeDoc