Struct k8s_openapi::v1_8::api::core::v1::LocalVolumeSource [−][src]
pub struct LocalVolumeSource { pub path: String, }
Local represents directly-attached storage with node affinity
Fields
path: String
The full path to the volume on the node For alpha, this path must be a directory Once block as a source is supported, then this path can point to a block device
Trait Implementations
impl Clone for LocalVolumeSource
[src]
impl Clone for LocalVolumeSource
fn clone(&self) -> LocalVolumeSource
[src]
fn clone(&self) -> LocalVolumeSource
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for LocalVolumeSource
[src]
impl Debug for LocalVolumeSource
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for LocalVolumeSource
[src]
impl Default for LocalVolumeSource
fn default() -> LocalVolumeSource
[src]
fn default() -> LocalVolumeSource
Returns the "default value" for a type. Read more
impl PartialEq for LocalVolumeSource
[src]
impl PartialEq for LocalVolumeSource
fn eq(&self, other: &LocalVolumeSource) -> bool
[src]
fn eq(&self, other: &LocalVolumeSource) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &LocalVolumeSource) -> bool
[src]
fn ne(&self, other: &LocalVolumeSource) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for LocalVolumeSource
[src]
impl<'de> Deserialize<'de> for LocalVolumeSource
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Serialize for LocalVolumeSource
[src]
impl Serialize for LocalVolumeSource
Auto Trait Implementations
impl Send for LocalVolumeSource
impl Send for LocalVolumeSource
impl Sync for LocalVolumeSource
impl Sync for LocalVolumeSource