GetAppSpecJobImage

data class GetAppSpecJobImage(val deployOnPushes: List<GetAppSpecJobImageDeployOnPush>, val digest: String? = null, val registry: String? = null, val registryCredentials: String? = null, val registryType: String, val repository: String, val tag: String? = null)

Constructors

Link copied to clipboard
constructor(deployOnPushes: List<GetAppSpecJobImageDeployOnPush>, digest: String? = null, registry: String? = null, registryCredentials: String? = null, registryType: String, repository: String, tag: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Whether to automatically deploy new commits made to the repo.

Link copied to clipboard
val digest: String? = null

The image digest. Cannot be specified if tag is provided.

Link copied to clipboard
val registry: String? = null

The registry name. Must be left empty for the DOCR registry type. Required for the DOCKER_HUB registry type.

Link copied to clipboard

Access credentials for third-party registries

Link copied to clipboard

The registry type. One of DOCR (DigitalOcean container registry) or DOCKER_HUB.

Link copied to clipboard

The repository name.

Link copied to clipboard
val tag: String? = null

The repository tag. Defaults to latest if not provided.