Class V1alpha3DeviceClaimConfiguration
java.lang.Object
io.kubernetes.client.openapi.models.V1alpha3DeviceClaimConfiguration
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-05-22T21:20:49.874193Z[Etc/UTC]")
public class V1alpha3DeviceClaimConfiguration
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
-
V1alpha3DeviceClaimConfiguration
public V1alpha3DeviceClaimConfiguration()
-
-
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
-