Allocation Result
data class AllocationResult(val devices: DeviceAllocationResult? = null, val nodeSelector: NodeSelector? = null)
AllocationResult contains attributes of an allocated resource.
AllocationResult contains attributes of an allocated resource.