Struct k8s_openapi::v1_7::kubernetes::pkg::api::v1::VolumeProjection [−][src]
pub struct VolumeProjection { pub config_map: Option<ConfigMapProjection>, pub downward_api: Option<DownwardAPIProjection>, pub secret: Option<SecretProjection>, }
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
impl Clone for VolumeProjection
[src]
impl Clone for VolumeProjection
fn clone(&self) -> VolumeProjection
[src]
fn clone(&self) -> VolumeProjection
Returns a copy of the value. Read more
fn clone_from(&mut self, source: &Self)
1.0.0[src]
fn clone_from(&mut self, source: &Self)
1.0.0
[src]Performs copy-assignment from source
. Read more
impl Debug for VolumeProjection
[src]
impl Debug for VolumeProjection
fn fmt(&self, f: &mut Formatter) -> Result
[src]
fn fmt(&self, f: &mut Formatter) -> Result
Formats the value using the given formatter. Read more
impl Default for VolumeProjection
[src]
impl Default for VolumeProjection
fn default() -> VolumeProjection
[src]
fn default() -> VolumeProjection
Returns the "default value" for a type. Read more
impl PartialEq for VolumeProjection
[src]
impl PartialEq for VolumeProjection
fn eq(&self, other: &VolumeProjection) -> bool
[src]
fn eq(&self, other: &VolumeProjection) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &VolumeProjection) -> bool
[src]
fn ne(&self, other: &VolumeProjection) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for VolumeProjection
[src]
impl<'de> Deserialize<'de> for VolumeProjection
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
[src]
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error> where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
impl Serialize for VolumeProjection
[src]
impl Serialize for VolumeProjection
Auto Trait Implementations
impl Send for VolumeProjection
impl Send for VolumeProjection
impl Sync for VolumeProjection
impl Sync for VolumeProjection