SpringCloudServiceConfigServerGitSettingRepository

data class SpringCloudServiceConfigServerGitSettingRepository(val httpBasicAuth: SpringCloudServiceConfigServerGitSettingRepositoryHttpBasicAuth? = null, val label: String? = null, val name: String, val patterns: List<String>? = null, val searchPaths: List<String>? = null, val sshAuth: SpringCloudServiceConfigServerGitSettingRepositorySshAuth? = null, val uri: String)

Constructors

constructor(httpBasicAuth: SpringCloudServiceConfigServerGitSettingRepositoryHttpBasicAuth? = null, label: String? = null, name: String, patterns: List<String>? = null, searchPaths: List<String>? = null, sshAuth: SpringCloudServiceConfigServerGitSettingRepositorySshAuth? = 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

A name to identify on the Git repository, required only if repos exists.

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

An array of strings used to match an application name. For each pattern, use the {application}/{profile} format with wildcards.

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 Git repository that's used as the Config Server back end should be started with http://, https://, git@, or ssh://.