containerImageNames

@JvmName(name = "yvkytkgpolxgsvqt")
suspend fun containerImageNames(value: Output<List<String>>)
@JvmName(name = "ktjeqmwackibyfaq")
suspend fun containerImageNames(value: List<String>?)

Parameters

value

This is the full image reference, as would be specified to "docker pull". An image will be sourced from the default Docker registry unless the image is fully qualified with an alternative registry.


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


@JvmName(name = "vuwsqntbvywarxra")
suspend fun containerImageNames(values: List<Output<String>>)
@JvmName(name = "fsqkdinaxabhyuwt")
suspend fun containerImageNames(vararg values: String)

Parameters

values

This is the full image reference, as would be specified to "docker pull". An image will be sourced from the default Docker registry unless the image is fully qualified with an alternative registry.