Struct k8s_openapi::v1_10::api::extensions::v1beta1::AllowedFlexVolume
source · pub struct AllowedFlexVolume {
pub driver: String,
}
Expand description
AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
Fields§
§driver: String
Driver is the name of the Flexvolume driver.
Trait Implementations§
source§impl Clone for AllowedFlexVolume
impl Clone for AllowedFlexVolume
source§fn clone(&self) -> AllowedFlexVolume
fn clone(&self) -> AllowedFlexVolume
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 AllowedFlexVolume
impl Debug for AllowedFlexVolume
source§impl Default for AllowedFlexVolume
impl Default for AllowedFlexVolume
source§fn default() -> AllowedFlexVolume
fn default() -> AllowedFlexVolume
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for AllowedFlexVolume
impl<'de> Deserialize<'de> for AllowedFlexVolume
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