Struct k8s_openapi::api::core::v1::VolumeDevice
source · [−]Expand description
volumeDevice describes a mapping of a raw block device within a container.
Fields
device_path: StringdevicePath is the path inside of the container that the device will be mapped to.
name: Stringname 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