Get App Spec Service
data class GetAppSpecService(val alerts: List<GetAppSpecServiceAlert>? = null, val buildCommand: String? = null, val cors: GetAppSpecServiceCors? = null, val dockerfilePath: String? = null, val environmentSlug: String? = null, val envs: List<GetAppSpecServiceEnv>? = null, val git: GetAppSpecServiceGit? = null, val github: GetAppSpecServiceGithub? = null, val gitlab: GetAppSpecServiceGitlab? = null, val healthCheck: GetAppSpecServiceHealthCheck? = null, val httpPort: Int, val image: GetAppSpecServiceImage? = null, val instanceCount: Int? = null, val instanceSizeSlug: String? = null, val internalPorts: List<Int>? = null, val logDestinations: List<GetAppSpecServiceLogDestination>? = null, val name: String, val routes: List<GetAppSpecServiceRoute>, val runCommand: String, val sourceDir: String? = null)
Constructors
Link copied to clipboard
fun GetAppSpecService(alerts: List<GetAppSpecServiceAlert>? = null, buildCommand: String? = null, cors: GetAppSpecServiceCors? = null, dockerfilePath: String? = null, environmentSlug: String? = null, envs: List<GetAppSpecServiceEnv>? = null, git: GetAppSpecServiceGit? = null, github: GetAppSpecServiceGithub? = null, gitlab: GetAppSpecServiceGitlab? = null, healthCheck: GetAppSpecServiceHealthCheck? = null, httpPort: Int, image: GetAppSpecServiceImage? = null, instanceCount: Int? = null, instanceSizeSlug: String? = null, internalPorts: List<Int>? = null, logDestinations: List<GetAppSpecServiceLogDestination>? = null, name: String, routes: List<GetAppSpecServiceRoute>, runCommand: String, sourceDir: String? = null)
Types
Properties
Link copied to clipboard
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