Class V1AllocationResult
java.lang.Object
io.kubernetes.client.openapi.models.V1AllocationResult
@Generated(value="org.openapitools.codegen.languages.JavaClientCodegen",
date="2025-09-12T23:11:52.603861Z[Etc/UTC]")
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) devices(V1DeviceAllocationResult devices) booleanAllocationTimestamp stores the time when the resources were allocated.Get devicesGet nodeSelectorinthashCode()nodeSelector(V1NodeSelector nodeSelector) voidsetAllocationTimestamp(OffsetDateTime allocationTimestamp) voidsetDevices(V1DeviceAllocationResult devices) voidsetNodeSelector(V1NodeSelector nodeSelector) toString()
-
Field Details
-
SERIALIZED_NAME_ALLOCATION_TIMESTAMP
- See Also:
-
SERIALIZED_NAME_DEVICES
- See Also:
-
SERIALIZED_NAME_NODE_SELECTOR
- See Also:
-
-
Constructor Details
-
V1AllocationResult
public V1AllocationResult()
-
-
Method Details
-
allocationTimestamp
-
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:
- allocationTimestamp
-
setAllocationTimestamp
-
devices
-
getDevices
Get devices- Returns:
- devices
-
setDevices
-
nodeSelector
-
getNodeSelector
Get nodeSelector- Returns:
- nodeSelector
-
setNodeSelector
-
equals
-
hashCode
public int hashCode() -
toString
-