This repository has been archived on 2025-01-23. You can view files and clone it, but cannot push or open issues or pull requests.
traefik-certmanager/kubernetes/docs/V1VolumeDevice.md

13 lines
567 B
Markdown
Raw Permalink Normal View History

# V1VolumeDevice
volumeDevice describes a mapping of a raw block device within a container.
## 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)