Options
All
  • Public
  • Public/Protected
  • All
Menu

VolumeAttachmentStatus is the status of a VolumeAttachment request.

export
interface

IoK8sApiStorageV1VolumeAttachmentStatus

Hierarchy

  • IoK8sApiStorageV1VolumeAttachmentStatus

Index

Properties

memberof

IoK8sApiStorageV1VolumeAttachmentStatus

attached: boolean

attached indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.

memberof

IoK8sApiStorageV1VolumeAttachmentStatus

attachmentMetadata?: {}

attachmentMetadata is populated with any information returned by the attach operation, upon successful attach, that must be passed into subsequent WaitForAttach or Mount calls. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.

memberof

IoK8sApiStorageV1VolumeAttachmentStatus

Type declaration

  • [key: string]: string
memberof

IoK8sApiStorageV1VolumeAttachmentStatus

Generated using TypeDoc