PoolTaskSchedulingPolicyArgs

data class PoolTaskSchedulingPolicyArgs(val nodeFillType: Output<String>? = null) : ConvertibleToJava<PoolTaskSchedulingPolicyArgs>

Constructors

Link copied to clipboard
constructor(nodeFillType: Output<String>? = null)

Properties

Link copied to clipboard
val nodeFillType: Output<String>? = null

Supported values are "Pack" and "Spread". "Pack" means as many tasks as possible (taskSlotsPerNode) should be assigned to each node in the pool before any tasks are assigned to the next node in the pool. "Spread" means that tasks should be assigned evenly across all nodes in the pool.

Functions

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