Options
All
  • Public
  • Public/Protected
  • All
Menu

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

export
interface

IoK8sApiCoreV1CSIPersistentVolumeSource

Hierarchy

  • IoK8sApiCoreV1CSIPersistentVolumeSource

Index

Properties

controllerExpandSecretRef?: IoK8sApiCoreV1SecretReference
memberof

IoK8sApiCoreV1CSIPersistentVolumeSource

controllerPublishSecretRef?: IoK8sApiCoreV1SecretReference
memberof

IoK8sApiCoreV1CSIPersistentVolumeSource

driver: string

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

memberof

IoK8sApiCoreV1CSIPersistentVolumeSource

fsType?: string

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

memberof

IoK8sApiCoreV1CSIPersistentVolumeSource

nodeExpandSecretRef?: IoK8sApiCoreV1SecretReference
memberof

IoK8sApiCoreV1CSIPersistentVolumeSource

nodePublishSecretRef?: IoK8sApiCoreV1SecretReference
memberof

IoK8sApiCoreV1CSIPersistentVolumeSource

nodeStageSecretRef?: IoK8sApiCoreV1SecretReference
memberof

IoK8sApiCoreV1CSIPersistentVolumeSource

readOnly?: boolean

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

memberof

IoK8sApiCoreV1CSIPersistentVolumeSource

volumeAttributes?: {}

volumeAttributes of the volume to publish.

memberof

IoK8sApiCoreV1CSIPersistentVolumeSource

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.

memberof

IoK8sApiCoreV1CSIPersistentVolumeSource

Generated using TypeDoc