potentialNodes

@JvmName(name = "tsoyqwsuehajhgwk")
suspend fun potentialNodes(value: Output<List<String>>)
@JvmName(name = "ruqpcscwuxkacknp")
suspend fun potentialNodes(value: List<String>?)

Parameters

value

PotentialNodes lists nodes where the Pod might be able to run. The size of this field is limited to 128. This is large enough for many clusters. Larger clusters may need more attempts to find a node that suits all pending resources. This may get increased in the future, but not reduced.


@JvmName(name = "renbqixbjommjkup")
suspend fun potentialNodes(vararg values: Output<String>)


@JvmName(name = "mgshfqtxejdqoavs")
suspend fun potentialNodes(values: List<Output<String>>)
@JvmName(name = "gbckpqqskkixvyqs")
suspend fun potentialNodes(vararg values: String)

Parameters

values

PotentialNodes lists nodes where the Pod might be able to run. The size of this field is limited to 128. This is large enough for many clusters. Larger clusters may need more attempts to find a node that suits all pending resources. This may get increased in the future, but not reduced.