Allocation Result Args
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)