labels

@JvmName(name = "bayjbunarrynmmgj")
suspend fun labels(value: Output<List<NodePoolLabelArgs>>)
@JvmName(name = "qqqetfowgsobjwsk")
suspend fun labels(value: List<NodePoolLabelArgs>?)

Parameters

value

A List of Kubernetes labels to assign to the nodes . Only labels that are applied with the ACK API are managed by this argument. Detailed below. More information in Labels. See labels below.


@JvmName(name = "pgojumccmbkxhfba")
suspend fun labels(vararg values: Output<NodePoolLabelArgs>)


@JvmName(name = "nrtfottjwsfocrcx")
suspend fun labels(values: List<Output<NodePoolLabelArgs>>)
@JvmName(name = "yeovnpcveauehqgo")
suspend fun labels(vararg values: NodePoolLabelArgs)

Parameters

values

A List of Kubernetes labels to assign to the nodes . Only labels that are applied with the ACK API are managed by this argument. Detailed below. More information in Labels. See labels below.


@JvmName(name = "vhmhjjdwlkdgvnpk")
suspend fun labels(argument: List<suspend NodePoolLabelArgsBuilder.() -> Unit>)
@JvmName(name = "hebwyjdceoyjqsqq")
suspend fun labels(vararg argument: suspend NodePoolLabelArgsBuilder.() -> Unit)
@JvmName(name = "tknbhauxhcorqdqs")
suspend fun labels(argument: suspend NodePoolLabelArgsBuilder.() -> Unit)

Parameters

argument

A List of Kubernetes labels to assign to the nodes . Only labels that are applied with the ACK API are managed by this argument. Detailed below. More information in Labels. See labels below.