containerRegistries

@JvmName(name = "epnavfmpslsumrko")
suspend fun containerRegistries(value: Output<List<ContainerRegistryArgs>>)
@JvmName(name = "bcrgoldenwyjvxmi")
suspend fun containerRegistries(value: List<ContainerRegistryArgs>?)

Parameters

value

If any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here.


@JvmName(name = "kfiedowawkwlilbk")
suspend fun containerRegistries(vararg values: Output<ContainerRegistryArgs>)


@JvmName(name = "vpkvfnmfoeopitwb")
suspend fun containerRegistries(values: List<Output<ContainerRegistryArgs>>)
@JvmName(name = "fjmsqndqkrnwbhql")
suspend fun containerRegistries(vararg values: ContainerRegistryArgs)

Parameters

values

If any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here.


@JvmName(name = "pnjkfppxqocyoeit")
suspend fun containerRegistries(argument: List<suspend ContainerRegistryArgsBuilder.() -> Unit>)
@JvmName(name = "icwrygtqtdvgveai")
suspend fun containerRegistries(vararg argument: suspend ContainerRegistryArgsBuilder.() -> Unit)
@JvmName(name = "bdbnsepspbdlsjvj")
suspend fun containerRegistries(argument: suspend ContainerRegistryArgsBuilder.() -> Unit)

Parameters

argument

If any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here.