Struct k8s_openapi::api::core::v1::DownwardAPIProjection
source · pub struct DownwardAPIProjection {
pub items: Option<Vec<DownwardAPIVolumeFile>>,
}
Expand description
Represents downward API info for projecting into a projected volume. Note that this is identical to a downwardAPI volume source without the default mode.
Fields§
§items: Option<Vec<DownwardAPIVolumeFile>>
Items is a list of DownwardAPIVolume file
Trait Implementations§
source§impl Clone for DownwardAPIProjection
impl Clone for DownwardAPIProjection
source§fn clone(&self) -> DownwardAPIProjection
fn clone(&self) -> DownwardAPIProjection
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 DownwardAPIProjection
impl Debug for DownwardAPIProjection
source§impl DeepMerge for DownwardAPIProjection
impl DeepMerge for DownwardAPIProjection
source§fn merge_from(&mut self, other: Self)
fn merge_from(&mut self, other: Self)
Merge
other
into self
.source§impl Default for DownwardAPIProjection
impl Default for DownwardAPIProjection
source§fn default() -> DownwardAPIProjection
fn default() -> DownwardAPIProjection
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for DownwardAPIProjection
impl<'de> Deserialize<'de> for DownwardAPIProjection
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq<DownwardAPIProjection> for DownwardAPIProjection
impl PartialEq<DownwardAPIProjection> for DownwardAPIProjection
source§fn eq(&self, other: &DownwardAPIProjection) -> bool
fn eq(&self, other: &DownwardAPIProjection) -> bool
This method tests for
self
and other
values to be equal, and is used
by ==
.