AllocationResultArgs

data class AllocationResultArgs(val devices: Output<DeviceAllocationResultArgs>? = null, val nodeSelector: Output<NodeSelectorArgs>? = null) : ConvertibleToJava<AllocationResultArgs>

AllocationResult contains attributes of an allocated resource.

Constructors

Link copied to clipboard
constructor(devices: Output<DeviceAllocationResultArgs>? = null, nodeSelector: Output<NodeSelectorArgs>? = null)

Properties

Link copied to clipboard
val devices: Output<DeviceAllocationResultArgs>? = null

Devices is the result of allocating devices.

Link copied to clipboard
val nodeSelector: Output<NodeSelectorArgs>? = null

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

Functions

Link copied to clipboard
open override fun toJava(): AllocationResultArgs