nodeSelector

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

Parameters

value

nodeSelector defines which nodes the config is applicable to. An empty or nil nodeSelector selects all nodes. This field is immutable.


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

Parameters

argument

nodeSelector defines which nodes the config is applicable to. An empty or nil nodeSelector selects all nodes. This field is immutable.