Struct k8s_openapi::api::core::v1::VolumeProjection [−][src]
pub struct VolumeProjection {
pub config_map: Option<ConfigMapProjection>,
pub downward_api: Option<DownwardAPIProjection>,
pub secret: Option<SecretProjection>,
pub service_account_token: Option<ServiceAccountTokenProjection>,
}
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
service_account_token: Option<ServiceAccountTokenProjection>
information about the serviceAccountToken data to project
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 VolumeProjection
impl Send for VolumeProjection
impl Sync for VolumeProjection
impl Unpin for VolumeProjection
impl UnwindSafe for VolumeProjection
Blanket Implementations
Mutably borrows from an owned value. Read more