Struct k8s_openapi::api::core::v1::DownwardAPIProjection [−][src]
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
Returns the “default value” for a type. Read more
Deserialize this value from the given Serde deserializer. Read more
This method tests for self
and other
values to be equal, and is used
by ==
. Read more
This method tests for !=
.
Auto Trait Implementations
impl RefUnwindSafe for DownwardAPIProjection
impl Send for DownwardAPIProjection
impl Sync for DownwardAPIProjection
impl Unpin for DownwardAPIProjection
impl UnwindSafe for DownwardAPIProjection
Blanket Implementations
Mutably borrows from an owned value. Read more