App Spec Worker Image Args
data class AppSpecWorkerImageArgs(val deployOnPushes: Output<List<AppSpecWorkerImageDeployOnPushArgs>>? = null, val registry: Output<String>? = null, val registryCredentials: Output<String>? = null, val registryType: Output<String>, val repository: Output<String>, val tag: Output<String>? = null) : ConvertibleToJava<AppSpecWorkerImageArgs>
Properties
Link copied to clipboard
Configures automatically deploying images pushed to DOCR.
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.