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 for DownwardAPIProjection
impl PartialEq for DownwardAPIProjection
source§impl Serialize for DownwardAPIProjection
impl Serialize for DownwardAPIProjection
impl StructuralPartialEq for DownwardAPIProjection
Auto Trait Implementations§
impl Freeze for DownwardAPIProjection
impl RefUnwindSafe for DownwardAPIProjection
impl Send for DownwardAPIProjection
impl Sync for DownwardAPIProjection
impl Unpin for DownwardAPIProjection
impl UnwindSafe for DownwardAPIProjection
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)