共用方式為


GitRepositoryPatchDefinition interface

與 GitRepository 來源類型協調的參數。

屬性

httpsCACert

Base64 編碼的 HTTPS 證書頒發機構單位內容,用來透過 HTTPS 存取 Git 私人 Git 存放庫

httpsUser

純文本 HTTPS 使用者名稱,用來透過 HTTPS 存取私人 Git 存放庫

localAuthRef

Kubernetes 叢集上的本機密碼名稱,以做為驗證密碼,而不是受控或使用者提供的組態秘密。

repositoryRef

GitRepository 物件的來源參考。

sshKnownHosts

Base64 編碼known_hosts值,其中包含透過 SSH 存取私人 Git 存放庫所需的公用 SSH 金鑰

syncIntervalInSeconds

重新協調叢集 Git 存放庫來源與遠端的間隔。

timeoutInSeconds

嘗試將叢集 Git 存放庫來源與遠端協調的時間上限。

url

要同步處理 flux 組態 Git 存放庫的 URL。

屬性詳細資料

httpsCACert

Base64 編碼的 HTTPS 證書頒發機構單位內容,用來透過 HTTPS 存取 Git 私人 Git 存放庫

httpsCACert?: string

屬性值

string

httpsUser

純文本 HTTPS 使用者名稱,用來透過 HTTPS 存取私人 Git 存放庫

httpsUser?: string

屬性值

string

localAuthRef

Kubernetes 叢集上的本機密碼名稱,以做為驗證密碼,而不是受控或使用者提供的組態秘密。

localAuthRef?: string

屬性值

string

repositoryRef

GitRepository 物件的來源參考。

repositoryRef?: RepositoryRefDefinition

屬性值

sshKnownHosts

Base64 編碼known_hosts值,其中包含透過 SSH 存取私人 Git 存放庫所需的公用 SSH 金鑰

sshKnownHosts?: string

屬性值

string

syncIntervalInSeconds

重新協調叢集 Git 存放庫來源與遠端的間隔。

syncIntervalInSeconds?: number

屬性值

number

timeoutInSeconds

嘗試將叢集 Git 存放庫來源與遠端協調的時間上限。

timeoutInSeconds?: number

屬性值

number

url

要同步處理 flux 組態 Git 存放庫的 URL。

url?: string

屬性值

string