Struct k8s_openapi::v1_9::api::core::v1::VolumeProjection
source · pub struct VolumeProjection {
pub config_map: Option<ConfigMapProjection>,
pub downward_api: Option<DownwardAPIProjection>,
pub secret: Option<SecretProjection>,
}
Expand description
Projection that may be projected along with other supported volume types
Fields§
§config_map: Option<ConfigMapProjection>
information about the configMap data to project
downward_api: Option<DownwardAPIProjection>
information about the downwardAPI data to project
secret: Option<SecretProjection>
information about the secret data to project
Trait Implementations§
source§impl Clone for VolumeProjection
impl Clone for VolumeProjection
source§fn clone(&self) -> VolumeProjection
fn clone(&self) -> VolumeProjection
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 VolumeProjection
impl Debug for VolumeProjection
source§impl Default for VolumeProjection
impl Default for VolumeProjection
source§fn default() -> VolumeProjection
fn default() -> VolumeProjection
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for VolumeProjection
impl<'de> Deserialize<'de> for VolumeProjection
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