GitPatternRepository interface

Git repository property payload for config server

Properties

hostKey

Public sshKey of git repository.

hostKeyAlgorithm

SshKey algorithm of git repository.

label

Label of the repository

name

Name of the repository

password

Password of git repository basic auth.

pattern

Collection of pattern of the repository

privateKey

Private sshKey algorithm of git repository.

searchPaths

Searching path of the repository

strictHostKeyChecking

Strict host key checking or not.

uri

URI of the repository

username

Username of git repository basic auth.

Property Details

hostKey

Public sshKey of git repository.

hostKey?: string

Property Value

string

hostKeyAlgorithm

SshKey algorithm of git repository.

hostKeyAlgorithm?: string

Property Value

string

label

Label of the repository

label?: string

Property Value

string

name

Name of the repository

name: string

Property Value

string

password

Password of git repository basic auth.

password?: string

Property Value

string

pattern

Collection of pattern of the repository

pattern?: string[]

Property Value

string[]

privateKey

Private sshKey algorithm of git repository.

privateKey?: string

Property Value

string

searchPaths

Searching path of the repository

searchPaths?: string[]

Property Value

string[]

strictHostKeyChecking

Strict host key checking or not.

strictHostKeyChecking?: boolean

Property Value

boolean

uri

URI of the repository

uri: string

Property Value

string

username

Username of git repository basic auth.

username?: string

Property Value

string