Struct aws_sdk_batch::model::EksHostPath
source · #[non_exhaustive]pub struct EksHostPath { /* private fields */ }
Expand description
Specifies the configuration of a Kubernetes hostPath
volume. A hostPath
volume mounts an existing file or directory from the host node's filesystem into your pod. For more information, see hostPath in the Kubernetes documentation.
Implementations§
source§impl EksHostPath
impl EksHostPath
source§impl EksHostPath
impl EksHostPath
sourcepub fn builder() -> Builder
pub fn builder() -> Builder
Creates a new builder-style object to manufacture EksHostPath
.
Trait Implementations§
source§impl Clone for EksHostPath
impl Clone for EksHostPath
source§fn clone(&self) -> EksHostPath
fn clone(&self) -> EksHostPath
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for EksHostPath
impl Debug for EksHostPath
source§impl PartialEq<EksHostPath> for EksHostPath
impl PartialEq<EksHostPath> for EksHostPath
source§fn eq(&self, other: &EksHostPath) -> bool
fn eq(&self, other: &EksHostPath) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.