python/kubernetes/docs/V1LocalVolumeSource.md
2018-07-11 13:31:26 -07:00

654 B

V1LocalVolumeSource

Properties

Name Type Description Notes
path str The full path to the volume on the node. It can be either a directory or block device (disk, partition, ...). Directories can be represented only by PersistentVolume with VolumeMode=Filesystem. Block devices can be represented only by VolumeMode=Block, which also requires the BlockVolume alpha feature gate to be enabled.

[Back to Model list] [Back to API list] [Back to README]