Class V1alpha3DeviceConstraint
java.lang.Object
io.kubernetes.client.openapi.models.V1alpha3DeviceConstraint
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-04T19:05:53.712211Z[Etc/UTC]",
comments="Generator version: 7.6.0")
public class V1alpha3DeviceConstraint
extends Object
DeviceConstraint must have exactly one field set besides Requests.
-
Nested Class Summary
Nested Classes -
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRequestsItem
(String requestsItem) boolean
static V1alpha3DeviceConstraint
Create an instance of V1alpha3DeviceConstraint given an JSON stringMatchAttribute 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.int
hashCode()
matchAttribute
(String matchAttribute) void
setMatchAttribute
(String matchAttribute) void
setRequests
(List<String> requests) toJson()
Convert an instance of V1alpha3DeviceConstraint to an JSON stringtoString()
static void
validateJsonElement
(com.google.gson.JsonElement jsonElement) Validates the JSON Element and throws an exception if issues found
-
Field Details
-
SERIALIZED_NAME_MATCH_ATTRIBUTE
- See Also:
-
SERIALIZED_NAME_REQUESTS
- See Also:
-
openapiFields
-
openapiRequiredFields
-
-
Constructor Details
-
V1alpha3DeviceConstraint
public V1alpha3DeviceConstraint()
-
-
Method Details
-
matchAttribute
-
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:
- matchAttribute
-
setMatchAttribute
-
requests
-
addRequestsItem
-
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.- Returns:
- requests
-
setRequests
-
equals
-
hashCode
public int hashCode() -
toString
-
validateJsonElement
Validates the JSON Element and throws an exception if issues found- Parameters:
jsonElement
- JSON Element- Throws:
IOException
- if the JSON Element is invalid with respect to V1alpha3DeviceConstraint
-
fromJson
Create an instance of V1alpha3DeviceConstraint given an JSON string- Parameters:
jsonString
- JSON string- Returns:
- An instance of V1alpha3DeviceConstraint
- Throws:
IOException
- if the JSON string is invalid with respect to V1alpha3DeviceConstraint
-
toJson
Convert an instance of V1alpha3DeviceConstraint to an JSON string- Returns:
- JSON string
-