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 VolumeProjectionimpl Send for VolumeProjectionimpl Sync for VolumeProjectionimpl Unpin for VolumeProjectionimpl UnwindSafe for VolumeProjectionBlanket Implementations
Mutably borrows from an owned value. Read more