Struct k8s_openapi::api::policy::v1beta1::AllowedFlexVolume [−][src]
pub struct AllowedFlexVolume {
pub driver: String,
}Expand description
AllowedFlexVolume represents a single Flexvolume that is allowed to be used.
Fields
driver: Stringdriver is the name of the Flexvolume driver.
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 AllowedFlexVolumeimpl Send for AllowedFlexVolumeimpl Sync for AllowedFlexVolumeimpl Unpin for AllowedFlexVolumeimpl UnwindSafe for AllowedFlexVolumeBlanket Implementations
Mutably borrows from an owned value. Read more