Struct k8s_openapi::api::core::v1::LocalVolumeSource [−][src]
Expand description
Local represents directly-attached storage with node affinity (Beta feature)
Fields
fs_type: Option<String>
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. “ext4”, “xfs”, “ntfs”. The default value is to auto-select a fileystem if unspecified.
path: String
The full path to the volume on the node. It can be either a directory or block device (disk, partition, …).
Trait Implementations
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for LocalVolumeSource
impl Send for LocalVolumeSource
impl Sync for LocalVolumeSource
impl Unpin for LocalVolumeSource
impl UnwindSafe for LocalVolumeSource
Blanket Implementations
Mutably borrows from an owned value. Read more