Class V1AllocationResult
java.lang.Object
io.micronaut.kubernetes.client.openapi.model.V1AllocationResult
@Generated("io.micronaut.openapi.generator.JavaMicronautClientCodegen")
public class V1AllocationResult
extends Object
AllocationResult contains attributes of an allocated resource.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionallocationTimestamp(OffsetDateTime allocationTimestamp) Set allocationTimestamp in a chainable fashion.devices(V1DeviceAllocationResult devices) Set devices in a chainable fashion.booleanAllocationTimestamp stores the time when the resources were allocated.inthashCode()nodeSelector(V1NodeSelector nodeSelector) Set nodeSelector in a chainable fashion.voidsetAllocationTimestamp(OffsetDateTime allocationTimestamp) Set the allocationTimestamp property valuevoidsetDevices(V1DeviceAllocationResult devices) Set the devices property valuevoidsetNodeSelector(V1NodeSelector nodeSelector) Set the nodeSelector property valuetoString()
-
Field Details
-
JSON_PROPERTY_ALLOCATION_TIMESTAMP
- See Also:
-
JSON_PROPERTY_DEVICES
- See Also:
-
JSON_PROPERTY_NODE_SELECTOR
- See Also:
-
-
Constructor Details
-
V1AllocationResult
public V1AllocationResult()
-
-
Method Details
-
getAllocationTimestamp
AllocationTimestamp stores the time when the resources were allocated. This field is not guaranteed to be set, in which case that time is unknown. This is an alpha field and requires enabling the DRADeviceBindingConditions and DRAResourceClaimDeviceStatus feature gate.- Returns:
- the allocationTimestamp property value
-
setAllocationTimestamp
Set the allocationTimestamp property value- Parameters:
allocationTimestamp- property value to set
-
allocationTimestamp
Set allocationTimestamp in a chainable fashion.- Returns:
- The same instance of V1AllocationResult for chaining.
-
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 V1AllocationResult 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 V1AllocationResult for chaining.
-
equals
-
hashCode
-
toString
-