python/kubernetes/docs/V1VolumeDevice.md
Nabarun Pal b4d11b02a3
Update client with OpenAPI generator v4.3.0
Signed-off-by: Nabarun Pal <pal.nabarun95@gmail.com>
2020-07-16 13:42:39 +05:30

567 B

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] [Back to API list] [Back to README]