Struct k8s_openapi::api::resource::v1alpha3::DeviceConstraint
source · pub struct DeviceConstraint {
pub match_attribute: Option<String>,
pub requests: Option<Vec<String>>,
}
Expand description
DeviceConstraint must have exactly one field set besides Requests.
Fields§
§match_attribute: Option<String>
MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.
For example, if you specified “dra.example.com/numa” (a hypothetical example!), then only devices in the same NUMA node will be chosen. A device which does not have that attribute will not be chosen. All devices should use a value of the same type for this attribute because that is part of its specification, but if one device doesn’t, then it also will not be chosen.
Must include the domain qualifier.
requests: Option<Vec<String>>
Requests is a list of the one or more requests in this claim which must co-satisfy this constraint. If a request is fulfilled by multiple devices, then all of the devices must satisfy the constraint. If this is not specified, this constraint applies to all requests in this claim.
Trait Implementations§
source§impl Clone for DeviceConstraint
impl Clone for DeviceConstraint
source§fn clone(&self) -> DeviceConstraint
fn clone(&self) -> DeviceConstraint
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source
. Read moresource§impl Debug for DeviceConstraint
impl Debug for DeviceConstraint
source§impl DeepMerge for DeviceConstraint
impl DeepMerge for DeviceConstraint
source§fn merge_from(&mut self, other: Self)
fn merge_from(&mut self, other: Self)
other
into self
.source§impl Default for DeviceConstraint
impl Default for DeviceConstraint
source§fn default() -> DeviceConstraint
fn default() -> DeviceConstraint
source§impl<'de> Deserialize<'de> for DeviceConstraint
impl<'de> Deserialize<'de> for DeviceConstraint
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>,
source§impl PartialEq for DeviceConstraint
impl PartialEq for DeviceConstraint
source§impl Serialize for DeviceConstraint
impl Serialize for DeviceConstraint
impl StructuralPartialEq for DeviceConstraint
Auto Trait Implementations§
impl Freeze for DeviceConstraint
impl RefUnwindSafe for DeviceConstraint
impl Send for DeviceConstraint
impl Sync for DeviceConstraint
impl Unpin for DeviceConstraint
impl UnwindSafe for DeviceConstraint
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
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)
clone_to_uninit
)