Container Configuration Args
data class ContainerConfigurationArgs(val containerImageNames: Output<List<String>>? = null, val containerRegistries: Output<List<ContainerRegistryArgs>>? = null, val type: Output<Either<String, ContainerType>>) : ConvertibleToJava<ContainerConfigurationArgs>
Constructors
Link copied to clipboard
constructor(containerImageNames: Output<List<String>>? = null, containerRegistries: Output<List<ContainerRegistryArgs>>? = null, type: Output<Either<String, ContainerType>>)
Properties
Link copied to clipboard
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.
Link copied to clipboard
If any images must be downloaded from a private registry which requires credentials, then those credentials must be provided here.
Link copied to clipboard