nodeSelector

@JvmName(name = "ilrqhmrbcjxieqjk")
suspend fun nodeSelector(value: Output<NodeSelectorPatchArgs>)
@JvmName(name = "puhdnadphxyklnto")
suspend fun nodeSelector(value: NodeSelectorPatchArgs?)

Parameters

value

NodeSelector defines which nodes have access to the resources in the pool, when that pool is not limited to a single node. Must use exactly one term. Exactly one of NodeName, NodeSelector, AllNodes, and PerDeviceNodeSelection must be set.


@JvmName(name = "synfqflcxnbbcxpn")
suspend fun nodeSelector(argument: suspend NodeSelectorPatchArgsBuilder.() -> Unit)

Parameters

argument

NodeSelector defines which nodes have access to the resources in the pool, when that pool is not limited to a single node. Must use exactly one term. Exactly one of NodeName, NodeSelector, AllNodes, and PerDeviceNodeSelection must be set.