Class V1beta1DeviceAllocationConfiguration
java.lang.Object
io.kubernetes.client.openapi.models.V1beta1DeviceAllocationConfiguration
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-02-12T23:08:31.638427Z[Etc/UTC]")
public class V1beta1DeviceAllocationConfiguration
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
-
V1beta1DeviceAllocationConfiguration
public V1beta1DeviceAllocationConfiguration()
-
-
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.- 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
-