Class V1DeviceConstraint
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1DeviceConstraint
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1DeviceConstraint
extends Object
DeviceConstraint must have exactly one field set besides Requests.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRequestsItem(String requestsItem) Add an item to the requests property in a chainable fashion.distinctAttribute(String distinctAttribute) Set distinctAttribute in a chainable fashion.booleanDistinctAttribute requires that all devices in question have this attribute and that its type and value are unique across those devices.MatchAttribute requires that all devices in question have this attribute and that its type and value are the same across those devices.Requests is a list of the one or more requests in this claim which must co-satisfy this constraint.inthashCode()matchAttribute(String matchAttribute) Set matchAttribute in a chainable fashion.Set requests in a chainable fashion.voidsetDistinctAttribute(String distinctAttribute) Set the distinctAttribute property valuevoidsetMatchAttribute(String matchAttribute) Set the matchAttribute property valuevoidsetRequests(List<@NotNull String> requests) Set the requests property valuetoString()
-
Field Details
-
JSON_PROPERTY_DISTINCT_ATTRIBUTE
- See Also:
-
JSON_PROPERTY_MATCH_ATTRIBUTE
- See Also:
-
JSON_PROPERTY_REQUESTS
- See Also:
-
-
Constructor Details
-
V1DeviceConstraint
public V1DeviceConstraint()
-
-
Method Details
-
getDistinctAttribute
DistinctAttribute requires that all devices in question have this attribute and that its type and value are unique across those devices. This acts as the inverse of MatchAttribute. This constraint is used to avoid allocating multiple requests to the same device by ensuring attribute-level differentiation. This is useful for scenarios where resource requests must be fulfilled by separate physical devices. For example, a container requests two network interfaces that must be allocated from two different physical NICs.- Returns:
- the distinctAttribute property value
-
setDistinctAttribute
Set the distinctAttribute property value- Parameters:
distinctAttribute- property value to set
-
distinctAttribute
Set distinctAttribute in a chainable fashion.- Returns:
- The same instance of V1DeviceConstraint for chaining.
-
getMatchAttribute
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.- Returns:
- the matchAttribute property value
-
setMatchAttribute
Set the matchAttribute property value- Parameters:
matchAttribute- property value to set
-
matchAttribute
Set matchAttribute in a chainable fashion.- Returns:
- The same instance of V1DeviceConstraint for chaining.
-
getRequests
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. References to subrequests must include the name of the main request and may include the subrequest using the format[/ ]. If just the main request is given, the constraint applies to all subrequests. - Returns:
- the requests property value
-
setRequests
-
requests
Set requests in a chainable fashion.- Returns:
- The same instance of V1DeviceConstraint for chaining.
-
addRequestsItem
Add an item to the requests property in a chainable fashion.- Returns:
- The same instance of V1DeviceConstraint for chaining.
-
equals
-
hashCode
-
toString
-