imageNames

@JvmName(name = "mjtmvoiupdcgbenn")
suspend fun imageNames(value: Output<List<String>>)
@JvmName(name = "oxbhgqhemeicmsgd")
suspend fun imageNames(value: List<String>?)

Parameters

value

Specifies a list of fully qualified image names including the repository and tag.


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


@JvmName(name = "xgodavxccwuyfpmc")
suspend fun imageNames(values: List<Output<String>>)
@JvmName(name = "aabqrmcccxctdyqj")
suspend fun imageNames(vararg values: String)

Parameters

values

Specifies a list of fully qualified image names including the repository and tag.