python/kubernetes/docs/V1beta1VolumeAttachmentStatus.md
Nabarun Pal b4d11b02a3
Update client with OpenAPI generator v4.3.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:39 +05:30

1.0 KiB

V1beta1VolumeAttachmentStatus

VolumeAttachmentStatus is the status of a VolumeAttachment request.

Properties

Name Type Description Notes
attach_error V1beta1VolumeError [optional]
attached bool Indicates the volume is successfully attached. This field must only be set by the entity completing the attach operation, i.e. the external-attacher.
attachment_metadata dict(str, str) Upon successful attach, this field is populated with any information returned by the attach operation 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. [optional]
detach_error V1beta1VolumeError [optional]

[Back to Model list] [Back to API list] [Back to README]