ContainerConfigurationResponse

data class ContainerConfigurationResponse(val containerImageNames: List<String>? = null, val containerRegistries: List<ContainerRegistryResponse>? = null, val type: String)

Constructors

Link copied to clipboard
constructor(containerImageNames: List<String>? = null, containerRegistries: List<ContainerRegistryResponse>? = null, type: String)

Types

Link copied to clipboard
object Companion

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