Files
c/kubernetes/docs/v1_volume_attachment_status.md
Kubernetes Prow Robot f0ac80fb61 Automated openapi generation from release-1.27
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2023-06-05 02:09:22 +00:00

994 B

v1_volume_attachment_status_t

Properties

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

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