Volume represents a named volume in a pod that may be accessed by any container in the pod.

Hierarchy

  • V1Volume

Constructors

Properties

awsElasticBlockStore?: V1AWSElasticBlockStoreVolumeSource
flexVolume?: V1FlexVolumeSource
name: string

name of the volume. Must be a DNS_LABEL and unique within the pod. More info: https://kubernetes.io/docs/concepts/overview/working-with-objects/names/#names

persistentVolumeClaim?: V1PersistentVolumeClaimVolumeSource
photonPersistentDisk?: V1PhotonPersistentDiskVolumeSource
portworxVolume?: V1PortworxVolumeSource
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