Struct k8s_openapi::api::core::v1::VolumeDevice
source · pub struct VolumeDevice {
pub device_path: String,
pub name: String,
}
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§
source§impl Clone for VolumeDevice
impl Clone for VolumeDevice
source§fn clone(&self) -> VolumeDevice
fn clone(&self) -> VolumeDevice
Returns a copy of the value. Read more
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
Performs copy-assignment from
source
. Read moresource§impl Debug for VolumeDevice
impl Debug for VolumeDevice
source§impl DeepMerge for VolumeDevice
impl DeepMerge for VolumeDevice
source§fn merge_from(&mut self, other: Self)
fn merge_from(&mut self, other: Self)
Merge
other
into self
.source§impl Default for VolumeDevice
impl Default for VolumeDevice
source§fn default() -> VolumeDevice
fn default() -> VolumeDevice
Returns the “default value” for a type. Read more
source§impl<'de> Deserialize<'de> for VolumeDevice
impl<'de> Deserialize<'de> for VolumeDevice
source§fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<Self, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more
source§impl PartialEq for VolumeDevice
impl PartialEq for VolumeDevice
source§impl Serialize for VolumeDevice
impl Serialize for VolumeDevice
impl StructuralPartialEq for VolumeDevice
Auto Trait Implementations§
impl Freeze for VolumeDevice
impl RefUnwindSafe for VolumeDevice
impl Send for VolumeDevice
impl Sync for VolumeDevice
impl Unpin for VolumeDevice
impl UnwindSafe for VolumeDevice
Blanket Implementations§
source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more
source§impl<T> CloneToUninit for Twhere
T: Clone,
impl<T> CloneToUninit for Twhere
T: Clone,
source§unsafe fn clone_to_uninit(&self, dst: *mut T)
unsafe fn clone_to_uninit(&self, dst: *mut T)
🔬This is a nightly-only experimental API. (
clone_to_uninit
)