imageNames

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

Parameters

value

The fully qualified image names including the repository and tag.


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


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

Parameters

values

The fully qualified image names including the repository and tag.