Service Source Configuration Code Repository
data class ServiceSourceConfigurationCodeRepository(val codeConfiguration: ServiceSourceConfigurationCodeRepositoryCodeConfiguration? = null, val repositoryUrl: String, val sourceCodeVersion: ServiceSourceConfigurationCodeRepositorySourceCodeVersion, val sourceDirectory: String? = null)
Constructors
Link copied to clipboard
constructor(codeConfiguration: ServiceSourceConfigurationCodeRepositoryCodeConfiguration? = null, repositoryUrl: String, sourceCodeVersion: ServiceSourceConfigurationCodeRepositorySourceCodeVersion, sourceDirectory: String? = null)
Properties
Link copied to clipboard
Configuration for building and running the service from a source code repository. See Code Configuration below for more details.
Link copied to clipboard
Location of the repository that contains the source code.
Link copied to clipboard
Version that should be used within the source code repository. See Source Code Version below for more details.
Link copied to clipboard
The path of the directory that stores source code and configuration files. The build and start commands also execute from here. The path is absolute from root and, if not specified, defaults to the repository root.