Struct k8s_openapi::api::core::v1::VolumeDevice [−][src]
Expand description
volumeDevice describes a mapping of a raw block device within a container.
Fields
device_path: String
devicePath is the path inside of the container that the device will be mapped to.
name: String
name must match the name of a persistentVolumeClaim in the pod
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 VolumeDevice
impl Send for VolumeDevice
impl Sync for VolumeDevice
impl Unpin for VolumeDevice
impl UnwindSafe for VolumeDevice
Blanket Implementations
Mutably borrows from an owned value. Read more