AllocationResult

data class AllocationResult(val devices: DeviceAllocationResult? = null, val nodeSelector: NodeSelector? = null)

AllocationResult contains attributes of an allocated resource.

Constructors

Link copied to clipboard
constructor(devices: DeviceAllocationResult? = null, nodeSelector: NodeSelector? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Devices is the result of allocating devices.

Link copied to clipboard

NodeSelector defines where the allocated resources are available. If unset, they are available everywhere.