Struct k8s_openapi::api::storage::v1::VolumeAttachmentSpec [−][src]
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 VolumeAttachmentSpecimpl Send for VolumeAttachmentSpecimpl Sync for VolumeAttachmentSpecimpl Unpin for VolumeAttachmentSpecimpl UnwindSafe for VolumeAttachmentSpecBlanket Implementations
Mutably borrows from an owned value. Read more