Class V1alpha3DeviceClaimConfiguration
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1alpha3DeviceClaimConfiguration
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1alpha3DeviceClaimConfiguration
extends Object
DeviceClaimConfiguration is used for configuration parameters in DeviceClaim.
- 
Field SummaryFields
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionaddRequestsItem(String requestsItem) Add an item to the requests property in a chainable fashion.booleanRequests lists the names of requests where the configuration applies.inthashCode()Set opaque in a chainable fashion.Set requests in a chainable fashion.voidSet the opaque property valuevoidsetRequests(List<@NotNull String> requests) Set the requests property valuetoString()
- 
Field Details- 
JSON_PROPERTY_OPAQUE- See Also:
 
- 
JSON_PROPERTY_REQUESTS- See Also:
 
 
- 
- 
Constructor Details- 
V1alpha3DeviceClaimConfigurationpublic V1alpha3DeviceClaimConfiguration()
 
- 
- 
Method Details- 
getOpaque- Returns:
- the opaque property value
 
- 
setOpaqueSet the opaque property value- Parameters:
- opaque- property value to set
 
- 
opaqueSet opaque in a chainable fashion.- Returns:
- The same instance of V1alpha3DeviceClaimConfiguration for chaining.
 
- 
getRequestsRequests lists the names of requests where the configuration applies. If empty, it applies to all requests.- Returns:
- the requests property value
 
- 
setRequestsSet the requests property value- Parameters:
- requests- property value to set
 
- 
requestsSet requests in a chainable fashion.- Returns:
- The same instance of V1alpha3DeviceClaimConfiguration for chaining.
 
- 
addRequestsItemAdd an item to the requests property in a chainable fashion.- Returns:
- The same instance of V1alpha3DeviceClaimConfiguration for chaining.
 
- 
equals
- 
hashCodepublic int hashCode()
- 
toString
 
-