values

@JvmName(name = "gukdqljlqxptioij")
suspend fun values(value: Output<List<String>>)
@JvmName(name = "xvothqrrvjodehda")
suspend fun values(value: List<String>?)

Parameters

value

An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.


@JvmName(name = "qkfsfiimdsvvgjcb")
suspend fun values(vararg values: Output<String>)


@JvmName(name = "goyennxuiwemrnyo")
suspend fun values(values: List<Output<String>>)
@JvmName(name = "dlmbbrsohohckvok")
suspend fun values(vararg values: String)

Parameters

values

An array of string values. If the operator is In or NotIn, the values array must be non-empty. If the operator is Exists or DoesNotExist, the values array must be empty. This array is replaced during a strategic merge patch.