Files
c/kubernetes/docs/v1_volume_attachment_spec.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

13 lines
654 B
Markdown

# v1_volume_attachment_spec_t
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**attacher** | **char \*** | attacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName(). |
**node_name** | **char \*** | nodeName represents the node that the volume should be attached to. |
**source** | [**v1_volume_attachment_source_t**](v1_volume_attachment_source.md) \* | |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)