Struct k8s_openapi::v1_11::api::extensions::v1beta1::AllowedFlexVolume [−][src]
pub struct AllowedFlexVolume { pub driver: String, }
AllowedFlexVolume represents a single Flexvolume that is allowed to be used. Deprecated: use AllowedFlexVolume from policy API Group instead.
Fields
driver: String
driver is the name of the Flexvolume driver.
Trait Implementations
impl Clone for AllowedFlexVolume
[src]
impl Clone for AllowedFlexVolume
fn clone(&self) -> AllowedFlexVolume
[src]
fn clone(&self) -> AllowedFlexVolume
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 AllowedFlexVolume
[src]
impl Debug for AllowedFlexVolume
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 AllowedFlexVolume
[src]
impl Default for AllowedFlexVolume
fn default() -> AllowedFlexVolume
[src]
fn default() -> AllowedFlexVolume
Returns the "default value" for a type. Read more
impl PartialEq for AllowedFlexVolume
[src]
impl PartialEq for AllowedFlexVolume
fn eq(&self, other: &AllowedFlexVolume) -> bool
[src]
fn eq(&self, other: &AllowedFlexVolume) -> bool
This method tests for self
and other
values to be equal, and is used by ==
. Read more
fn ne(&self, other: &AllowedFlexVolume) -> bool
[src]
fn ne(&self, other: &AllowedFlexVolume) -> bool
This method tests for !=
.
impl<'de> Deserialize<'de> for AllowedFlexVolume
[src]
impl<'de> Deserialize<'de> for AllowedFlexVolume
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 AllowedFlexVolume
[src]
impl Serialize for AllowedFlexVolume
Auto Trait Implementations
impl Send for AllowedFlexVolume
impl Send for AllowedFlexVolume
impl Sync for AllowedFlexVolume
impl Sync for AllowedFlexVolume