unsuitableNodes

@JvmName(name = "xarlsvtpkvepcjup")
suspend fun unsuitableNodes(value: Output<List<String>>)
@JvmName(name = "olcsjgamlmxuuhtk")
suspend fun unsuitableNodes(value: List<String>?)

Parameters

value

UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for. The size of this field is limited to 128, the same as for PodSchedulingSpec.PotentialNodes. This may get increased in the future, but not reduced.


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


@JvmName(name = "lyqwodjhdaobupxj")
suspend fun unsuitableNodes(values: List<Output<String>>)
@JvmName(name = "vmwmpatprbsflinn")
suspend fun unsuitableNodes(vararg values: String)

Parameters

values

UnsuitableNodes lists nodes that the ResourceClaim cannot be allocated for. The size of this field is limited to 128, the same as for PodSchedulingSpec.PotentialNodes. This may get increased in the future, but not reduced.