Skip to content

Latest commit

 

History

History
10 lines (6 loc) · 654 Bytes

V1LocalVolumeSource.md

File metadata and controls

10 lines (6 loc) · 654 Bytes

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]