dependencyImages

@JvmName(name = "tyfnyqrrtyictipj")
suspend fun dependencyImages(value: Output<List<String>>)
@JvmName(name = "wgobsrplyhkrucod")
suspend fun dependencyImages(value: List<String>?)

Parameters

value

List of container image uris for additional file dependencies. Dependent files are sequentially copied from each image. If a file with the same name exists in 2 images then the file from later image is used.


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


@JvmName(name = "wqpdmmahkgkckvqk")
suspend fun dependencyImages(values: List<Output<String>>)
@JvmName(name = "qgltudgtbcqatots")
suspend fun dependencyImages(vararg values: String)

Parameters

values

List of container image uris for additional file dependencies. Dependent files are sequentially copied from each image. If a file with the same name exists in 2 images then the file from later image is used.