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 is the name of the Flexvolume driver.

Trait Implementations

impl Clone for AllowedFlexVolume
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for AllowedFlexVolume
[src]

Formats the value using the given formatter. Read more

impl Default for AllowedFlexVolume
[src]

Returns the "default value" for a type. Read more

impl PartialEq for AllowedFlexVolume
[src]

This method tests for self and other values to be equal, and is used by ==. Read more

This method tests for !=.

impl<'de> Deserialize<'de> for AllowedFlexVolume
[src]

Deserialize this value from the given Serde deserializer. Read more

impl Serialize for AllowedFlexVolume
[src]

Serialize this value into the given Serde serializer. Read more

Auto Trait Implementations