共用方式為


GitRepositoryDefinition interface

要協調至 GitRepository 來源類型的參數。

屬性

httpsCACert

用來透過 HTTPS 存取 Git 私人 Git 存放庫的 Base64 編碼 HTTPS 憑證授權單位單位內容

httpsUser

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

localAuthRef

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

repositoryRef

GitRepository 物件的來源參考。

sshKnownHosts

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

syncIntervalInSeconds

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

timeoutInSeconds

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

url

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

屬性詳細資料

httpsCACert

用來透過 HTTPS 存取 Git 私人 Git 存放庫的 Base64 編碼 HTTPS 憑證授權單位單位內容

httpsCACert?: string

屬性值

string

httpsUser

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

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