suitableNodes

@JvmName(name = "unjndsrusqjflswy")
suspend fun suitableNodes(value: Output<NodeSelectorArgs>)
@JvmName(name = "wknjiylodsmorrgc")
suspend fun suitableNodes(value: NodeSelectorArgs?)

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 = "abflmanaieqbhjso")
suspend fun suitableNodes(argument: suspend NodeSelectorArgsBuilder.() -> 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.