Struct k8s_openapi::api::core::v1::AttachedVolume [−][src]
Expand description
AttachedVolume describes a volume attached to a node
Fields
device_path: String
DevicePath represents the device path where the volume should be available
name: String
Name of the attached volume
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 AttachedVolume
impl Send for AttachedVolume
impl Sync for AttachedVolume
impl Unpin for AttachedVolume
impl UnwindSafe for AttachedVolume
Blanket Implementations
Mutably borrows from an owned value. Read more