ContainerRecipeTargetContainerRepository

data class ContainerRecipeTargetContainerRepository(val repositoryName: String? = null, val service: ContainerRecipeTargetContainerRepositoryService? = null)

The container repository where the output container image is stored.

Constructors

Link copied to clipboard
constructor(repositoryName: String? = null, service: ContainerRecipeTargetContainerRepositoryService? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val repositoryName: String? = null

The name of the container repository where the output container image is stored. This name is prefixed by the repository location.

Link copied to clipboard

Specifies the service in which this image was registered.