Struct k8s_openapi::v1_8::api::core::v1::HostPathVolumeSource [−][src]
Represents a host path mapped into a pod. Host path volumes do not support ownership management or SELinux relabeling.
Fields
path: String
Path of the directory on the host. If the path is a symlink, it will follow the link to the real path. More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
type_: Option<String>
Type for HostPath Volume Defaults to "" More info: https://kubernetes.io/docs/concepts/storage/volumes#hostpath
Trait Implementations
impl Clone for HostPathVolumeSource
[src]
impl Clone for HostPathVolumeSource
fn clone(&self) -> HostPathVolumeSource
[src]
fn clone(&self) -> HostPathVolumeSource
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)
Performs copy-assignment from source
. Read more
impl Debug for HostPathVolumeSource
[src]
impl Debug for HostPathVolumeSource
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 HostPathVolumeSource
[src]
impl Default for HostPathVolumeSource
fn default() -> HostPathVolumeSource
[src]
fn default() -> HostPathVolumeSource
Returns the "default value" for a type. Read more
impl PartialEq for HostPathVolumeSource
[src]
impl PartialEq for HostPathVolumeSource
fn eq(&self, other: &HostPathVolumeSource) -> bool
[src]
fn eq(&self, other: &HostPathVolumeSource) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &HostPathVolumeSource) -> bool
[src]
fn ne(&self, other: &HostPathVolumeSource) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for HostPathVolumeSource
[src]
impl<'de> Deserialize<'de> for HostPathVolumeSource
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 HostPathVolumeSource
[src]
impl Serialize for HostPathVolumeSource
Auto Trait Implementations
impl Send for HostPathVolumeSource
impl Send for HostPathVolumeSource
impl Sync for HostPathVolumeSource
impl Sync for HostPathVolumeSource