imageNames

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

Parameters

value

The fully qualified image names including the repository and tag.


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


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

Parameters

values

The fully qualified image names including the repository and tag.