suitableNodes

@JvmName(name = "arsxgtxjdjemnftr")
suspend fun suitableNodes(value: Output<NodeSelectorPatchArgs>)
@JvmName(name = "rsybdraiiifycmqc")
suspend fun suitableNodes(value: NodeSelectorPatchArgs?)

Parameters

value

Only nodes matching the selector will be considered by the scheduler when trying to find a Node that fits a Pod when that Pod uses a ResourceClaim that has not been allocated yet. Setting this field is optional. If null, all nodes are candidates.


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

Parameters

argument

Only nodes matching the selector will be considered by the scheduler when trying to find a Node that fits a Pod when that Pod uses a ResourceClaim that has not been allocated yet. Setting this field is optional. If null, all nodes are candidates.