Service Source Configuration
data class ServiceSourceConfiguration(val authenticationConfiguration: ServiceAuthenticationConfiguration? = null, val autoDeploymentsEnabled: Boolean? = null, val codeRepository: ServiceCodeRepository? = null, val imageRepository: ServiceImageRepository? = null)
Source Code configuration
Constructors
Link copied to clipboard
fun ServiceSourceConfiguration(authenticationConfiguration: ServiceAuthenticationConfiguration? = null, autoDeploymentsEnabled: Boolean? = null, codeRepository: ServiceCodeRepository? = null, imageRepository: ServiceImageRepository? = null)