Class V1alpha3DeviceAllocationConfiguration
java.lang.Object
io.kubernetes.client.openapi.models.V1alpha3DeviceAllocationConfiguration
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-05-22T21:20:49.874193Z[Etc/UTC]")
public class V1alpha3DeviceAllocationConfiguration
extends Object
DeviceAllocationConfiguration gets embedded in an AllocationResult.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddRequestsItem
(String requestsItem) boolean
Get opaqueRequests lists the names of requests where the configuration applies.Source records whether the configuration comes from a class and thus is not something that a normal user would have been able to set or from a claim.int
hashCode()
void
void
setRequests
(List<String> requests) void
toString()
-
Field Details
-
SERIALIZED_NAME_OPAQUE
- See Also:
-
SERIALIZED_NAME_REQUESTS
- See Also:
-
SERIALIZED_NAME_SOURCE
- See Also:
-
-
Constructor Details
-
V1alpha3DeviceAllocationConfiguration
public V1alpha3DeviceAllocationConfiguration()
-
-
Method Details
-
opaque
-
getOpaque
Get opaque- Returns:
- opaque
-
setOpaque
-
requests
-
addRequestsItem
-
getRequests
Requests lists the names of requests where the configuration applies. If empty, its applies to all requests. References to subrequests must include the name of the main request and may include the subrequest using the format <main request>[/<subrequest>]. If just the main request is given, the configuration applies to all subrequests.- Returns:
- requests
-
setRequests
-
source
-
getSource
Source records whether the configuration comes from a class and thus is not something that a normal user would have been able to set or from a claim.- Returns:
- source
-
setSource
-
equals
-
hashCode
public int hashCode() -
toString
-