SpringCloudServiceConfigServerGitSetting

data class SpringCloudServiceConfigServerGitSetting(val httpBasicAuth: SpringCloudServiceConfigServerGitSettingHttpBasicAuth? = null, val label: String? = null, val repositories: List<SpringCloudServiceConfigServerGitSettingRepository>? = null, val searchPaths: List<String>? = null, val sshAuth: SpringCloudServiceConfigServerGitSettingSshAuth? = null, val uri: String)

Constructors

Link copied to clipboard
constructor(httpBasicAuth: SpringCloudServiceConfigServerGitSettingHttpBasicAuth? = null, label: String? = null, repositories: List<SpringCloudServiceConfigServerGitSettingRepository>? = null, searchPaths: List<String>? = null, sshAuth: SpringCloudServiceConfigServerGitSettingSshAuth? = null, uri: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

A http_basic_auth block as defined below.

Link copied to clipboard
val label: String? = null

The default label of the Git repository, should be the branch name, tag name, or commit-id of the repository.

Link copied to clipboard

One or more repository blocks as defined below.

Link copied to clipboard
val searchPaths: List<String>? = null

An array of strings used to search subdirectories of the Git repository.

Link copied to clipboard

A ssh_auth block as defined below.

Link copied to clipboard
val uri: String

The URI of the default Git repository used as the Config Server back end, should be started with http://, https://, git@, or ssh://.