Struct k8s_openapi::api::core::v1::DownwardAPIProjection [−][src]
pub struct DownwardAPIProjection {
pub items: 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: 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 DownwardAPIProjectionimpl Send for DownwardAPIProjectionimpl Sync for DownwardAPIProjectionimpl Unpin for DownwardAPIProjectionimpl UnwindSafe for DownwardAPIProjectionBlanket Implementations
Mutably borrows from an owned value. Read more