Represents storage that is managed by an external CSI volume driver (Beta feature)

Hierarchy

  • V1CSIPersistentVolumeSource

Constructors

Properties

controllerExpandSecretRef?: V1SecretReference
controllerPublishSecretRef?: V1SecretReference
driver: string

driver is the name of the driver to use for this volume. Required.

fsType?: string

fsType to mount. Must be a filesystem type supported by the host operating system. Ex. "ext4", "xfs", "ntfs".

nodeExpandSecretRef?: V1SecretReference
nodePublishSecretRef?: V1SecretReference
nodeStageSecretRef?: V1SecretReference
readOnly?: boolean

readOnly value to pass to ControllerPublishVolumeRequest. Defaults to false (read/write).

volumeAttributes?: {
    [key: string]: string;
}

volumeAttributes of the volume to publish.

Type declaration

  • [key: string]: string
volumeHandle: string

volumeHandle is the unique volume name returned by the CSI volume plugin’s CreateVolume to refer to the volume on all subsequent calls. Required.

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