Files
c/kubernetes/docs/v1alpha1_volume_attachment_status.md
2021-03-17 16:50:46 +08:00

1006 B

v1alpha1_volume_attachment_status_t

Properties

Name Type Description Notes
attach_error v1alpha1_volume_error_t * [optional]
attached int 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 list_t* 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 v1alpha1_volume_error_t * [optional]

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