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
constructor(authenticationConfiguration: ServiceAuthenticationConfiguration? = null, autoDeploymentsEnabled: Boolean? = null, codeRepository: ServiceCodeRepository? = null, imageRepository: ServiceImageRepository? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Describes the resources that are needed to authenticate access to some source repositories.

Link copied to clipboard

Auto Deployment enabled

Link copied to clipboard

The description of a source code repository. You must provide either this member or ImageRepository (but not both).

Link copied to clipboard

The description of a source image repository. You must provide either this member or CodeRepository (but not both).