suitableNodes

@JvmName(name = "ihyynlysyecnqfvr")
suspend fun suitableNodes(value: Output<NodeSelectorPatchArgs>)
@JvmName(name = "bdtcmktfhjgqcnnq")
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 claim that has not been allocated yet and that claim gets allocated through a control plane controller. It is ignored when the claim does not use a control plane controller for allocation. Setting this field is optional. If unset, all Nodes are candidates. This is an alpha field and requires enabling the DRAControlPlaneController feature gate.


@JvmName(name = "jfproriocjacsbuy")
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 claim that has not been allocated yet and that claim gets allocated through a control plane controller. It is ignored when the claim does not use a control plane controller for allocation. Setting this field is optional. If unset, all Nodes are candidates. This is an alpha field and requires enabling the DRAControlPlaneController feature gate.