Struct k8s_openapi::api::storage::v1::VolumeAttachmentSpec
source · [−]pub struct VolumeAttachmentSpec {
pub attacher: String,
pub node_name: String,
pub source: VolumeAttachmentSource,
}Expand description
VolumeAttachmentSpec is the specification of a VolumeAttachment request.
Fields
attacher: StringAttacher indicates the name of the volume driver that MUST handle this request. This is the name returned by GetPluginName().
node_name: StringThe node that the volume should be attached to.
source: VolumeAttachmentSourceSource represents the volume that should be attached.
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 VolumeAttachmentSpec
impl Send for VolumeAttachmentSpec
impl Sync for VolumeAttachmentSpec
impl Unpin for VolumeAttachmentSpec
impl UnwindSafe for VolumeAttachmentSpec
Blanket Implementations
Mutably borrows from an owned value. Read more