Class V1beta1DeviceClaimConfiguration
java.lang.Object
io.kubernetes.client.openapi.models.V1beta1DeviceClaimConfiguration
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-05-22T21:20:49.874193Z[Etc/UTC]")
public class V1beta1DeviceClaimConfiguration
extends Object
DeviceClaimConfiguration is used for configuration parameters in DeviceClaim.
-
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.int
hashCode()
void
void
setRequests
(List<String> requests) toString()
-
Field Details
-
SERIALIZED_NAME_OPAQUE
- See Also:
-
SERIALIZED_NAME_REQUESTS
- See Also:
-
-
Constructor Details
-
V1beta1DeviceClaimConfiguration
public V1beta1DeviceClaimConfiguration()
-
-
Method Details
-
opaque
-
getOpaque
Get opaque- Returns:
- opaque
-
setOpaque
-
requests
-
addRequestsItem
-
getRequests
Requests lists the names of requests where the configuration applies. If empty, it 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
-
equals
-
hashCode
public int hashCode() -
toString
-