python/kubernetes/docs/V1VolumeDevice.md
2018-01-26 13:44:27 -08:00

12 lines
492 B
Markdown

# V1VolumeDevice
## Properties
Name | Type | Description | Notes
------------ | ------------- | ------------- | -------------
**device_path** | **str** | devicePath is the path inside of the container that the device will be mapped to. |
**name** | **str** | 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)