Get App Spec Worker
data class GetAppSpecWorker(val alerts: List<GetAppSpecWorkerAlert>? = null, val buildCommand: String? = null, val dockerfilePath: String? = null, val environmentSlug: String? = null, val envs: List<GetAppSpecWorkerEnv>? = null, val git: GetAppSpecWorkerGit? = null, val github: GetAppSpecWorkerGithub? = null, val gitlab: GetAppSpecWorkerGitlab? = null, val image: GetAppSpecWorkerImage? = null, val instanceCount: Int? = null, val instanceSizeSlug: String? = null, val logDestinations: List<GetAppSpecWorkerLogDestination>? = null, val name: String, val runCommand: String? = null, val sourceDir: String? = null)
Constructors
Link copied to clipboard
fun GetAppSpecWorker(alerts: List<GetAppSpecWorkerAlert>? = null, buildCommand: String? = null, dockerfilePath: String? = null, environmentSlug: String? = null, envs: List<GetAppSpecWorkerEnv>? = null, git: GetAppSpecWorkerGit? = null, github: GetAppSpecWorkerGithub? = null, gitlab: GetAppSpecWorkerGitlab? = null, image: GetAppSpecWorkerImage? = null, instanceCount: Int? = null, instanceSizeSlug: String? = null, logDestinations: List<GetAppSpecWorkerLogDestination>? = null, name: String, runCommand: String? = null, sourceDir: String? = null)
Types
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
A GitHub repo to use as the component's source. DigitalOcean App Platform must have access to the repository. Only one of git
, github
, gitlab
, or image
may be set.
Link copied to clipboard
A Gitlab repo to use as the component's source. DigitalOcean App Platform must have access to the repository. Only one of git
, github
, gitlab
, or image
may be set.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard