Files
c/kubernetes/docs/v1_volume_attachment_spec.md

13 lines
654 B
Markdown
Raw Permalink Normal View History

2021-03-17 16:35:19 +08:00
# 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. |
2021-03-17 16:35:19 +08:00
**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)