python/kubernetes/docs/V1LocalVolumeSource.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

814 B

V1LocalVolumeSource

Local represents directly-attached storage with node affinity (Beta feature)

Properties

Name Type Description Notes
fs_type str Filesystem type to mount. It applies only when the Path is a block device. Must be a filesystem type supported by the host operating system. Ex. &quot;ext4&quot;, &quot;xfs&quot;, &quot;ntfs&quot;. The default value is to auto-select a fileystem if unspecified. [optional]
path str The full path to the volume on the node. It can be either a directory or block device (disk, partition, ...).

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