Struct k8s_openapi::v1_10::api::storage::v1beta1::VolumeAttachmentSource [−][src]
VolumeAttachmentSource represents a volume that should be attached. Right now only PersistenVolumes can be attached via external attacher, in future we may allow also inline volumes in pods. Exactly one member can be set.
Fields
persistent_volume_name: Option<String>
Name of the persistent volume to attach.
Trait Implementations
impl Clone for VolumeAttachmentSource[src]
impl Clone for VolumeAttachmentSourcefn clone(&self) -> VolumeAttachmentSource[src]
fn clone(&self) -> VolumeAttachmentSourceReturns 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 VolumeAttachmentSource[src]
impl Debug for VolumeAttachmentSourcefn fmt(&self, f: &mut Formatter) -> Result[src]
fn fmt(&self, f: &mut Formatter) -> ResultFormats the value using the given formatter. Read more
impl Default for VolumeAttachmentSource[src]
impl Default for VolumeAttachmentSourcefn default() -> VolumeAttachmentSource[src]
fn default() -> VolumeAttachmentSourceReturns the "default value" for a type. Read more
impl PartialEq for VolumeAttachmentSource[src]
impl PartialEq for VolumeAttachmentSourcefn eq(&self, other: &VolumeAttachmentSource) -> bool[src]
fn eq(&self, other: &VolumeAttachmentSource) -> boolThis method tests for self and other values to be equal, and is used by ==. Read more
fn ne(&self, other: &VolumeAttachmentSource) -> bool[src]
fn ne(&self, other: &VolumeAttachmentSource) -> boolThis method tests for !=.
impl<'de> Deserialize<'de> for VolumeAttachmentSource[src]
impl<'de> Deserialize<'de> for VolumeAttachmentSourcefn 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 VolumeAttachmentSource[src]
impl Serialize for VolumeAttachmentSourceAuto Trait Implementations
impl Send for VolumeAttachmentSource
impl Send for VolumeAttachmentSourceimpl Sync for VolumeAttachmentSource
impl Sync for VolumeAttachmentSource