Files
c/kubernetes/docs/v1_volume_device.md

12 lines
504 B
Markdown
Raw Normal View History

2021-03-17 16:35:19 +08:00
# v1_volume_device_t
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**device_path** | **char \*** | devicePath is the path inside of the container that the device will be mapped to. |
**name** | **char \*** | name must match the name of a persistentVolumeClaim in the pod |
[[Back to Model list]](../README.md#documentation-for-models) [[Back to API list]](../README.md#documentation-for-api-endpoints) [[Back to README]](../README.md)