ContainerRegistryWithCustomImageArgs

data class ContainerRegistryWithCustomImageArgs(val image: Output<String>? = null, val server: Output<String>) : ConvertibleToJava<ContainerRegistryWithCustomImageArgs>

Container registry that the final image will be uploaded to.

Constructors

Link copied to clipboard
constructor(image: Output<String>? = null, server: Output<String>)

Properties

Link copied to clipboard
val image: Output<String>? = null

Full name that the final image should be uploaded as, including both image name and tag.

Link copied to clipboard
val server: Output<String>

Login server of the container registry that the final image should be uploaded to. Builder resource needs to have this container registry defined along with an identity to use to access it.

Functions

Link copied to clipboard
open override fun toJava(): ContainerRegistryWithCustomImageArgs