ServiceSourceConfiguration

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)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Auto Deployment enabled

Link copied to clipboard
Link copied to clipboard