Struct k8s_openapi_ext::corev1::DownwardAPIProjection
source · pub struct DownwardAPIProjection {
pub items: Option<Vec<DownwardAPIVolumeFile, Global>>,
}
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, Global>>
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: DownwardAPIProjection)
fn merge_from(&mut self, other: DownwardAPIProjection)
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<DownwardAPIProjection, <D as Deserializer<'de>>::Error>where
D: Deserializer<'de>,
fn deserialize<D>( deserializer: D ) -> Result<DownwardAPIProjection, <D as Deserializer<'de>>::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 ==
.source§impl Serialize for DownwardAPIProjection
impl Serialize for DownwardAPIProjection
source§fn serialize<S>(
&self,
serializer: S
) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where
S: Serializer,
fn serialize<S>( &self, serializer: S ) -> Result<<S as Serializer>::Ok, <S as Serializer>::Error>where S: Serializer,
Serialize this value into the given Serde serializer. Read more