Files
c/kubernetes/docs/v1_local_volume_source.md
Kubernetes Prow Robot cf0538fd4d Automated openapi generation from release-1.24
Signed-off-by: Kubernetes Prow Robot <k8s.ci.robot@gmail.com>
2022-06-05 18:16:17 +00:00

773 B

v1_local_volume_source_t

Properties

Name Type Description Notes
fs_type char * fsType is the 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 filesystem if unspecified. [optional]
path char * path of 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]