Class V1beta1AllocationResult
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1beta1AllocationResult
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1beta1AllocationResult
extends Object
AllocationResult contains attributes of an allocated resource.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondevices
(V1beta1DeviceAllocationResult devices) Set devices in a chainable fashion.boolean
int
hashCode()
nodeSelector
(V1NodeSelector nodeSelector) Set nodeSelector in a chainable fashion.void
setDevices
(V1beta1DeviceAllocationResult devices) Set the devices property valuevoid
setNodeSelector
(V1NodeSelector nodeSelector) Set the nodeSelector property valuetoString()
-
Field Details
-
JSON_PROPERTY_DEVICES
- See Also:
-
JSON_PROPERTY_NODE_SELECTOR
- See Also:
-
-
Constructor Details
-
V1beta1AllocationResult
public V1beta1AllocationResult()
-
-
Method Details
-
getDevices
- Returns:
- the devices property value
-
setDevices
Set the devices property value- Parameters:
devices
- property value to set
-
devices
Set devices in a chainable fashion.- Returns:
- The same instance of V1beta1AllocationResult for chaining.
-
getNodeSelector
- Returns:
- the nodeSelector property value
-
setNodeSelector
Set the nodeSelector property value- Parameters:
nodeSelector
- property value to set
-
nodeSelector
Set nodeSelector in a chainable fashion.- Returns:
- The same instance of V1beta1AllocationResult for chaining.
-
equals
-
hashCode
public int hashCode() -
toString
-