BucketPatchDefinition interface
要協調貯體來源類型的參數。
屬性
access |
用來安全地存取 S3 貯體的純文字存取金鑰 |
bucket |
要從 flux 組態的 URL 端點同步的貯體名稱。 |
insecure | 指定是否要在從 S3 貯體擷取資料時使用不安全的通訊。 |
local |
Kubernetes 叢集上用來作為驗證秘密的本機密碼名稱,而不是受控或使用者提供的設定秘密。 |
sync |
重新協調叢集貯體來源與遠端的間隔。 |
timeout |
嘗試與遠端協調叢集貯體來源的最大時間。 |
url | 要同步處理 flux 設定 S3 貯體之 URL。 |
屬性詳細資料
accessKey
用來安全地存取 S3 貯體的純文字存取金鑰
accessKey?: string
屬性值
string
bucketName
要從 flux 組態的 URL 端點同步的貯體名稱。
bucketName?: string
屬性值
string
insecure
指定是否要在從 S3 貯體擷取資料時使用不安全的通訊。
insecure?: boolean
屬性值
boolean
localAuthRef
Kubernetes 叢集上用來作為驗證秘密的本機密碼名稱,而不是受控或使用者提供的設定秘密。
localAuthRef?: string
屬性值
string
syncIntervalInSeconds
重新協調叢集貯體來源與遠端的間隔。
syncIntervalInSeconds?: number
屬性值
number
timeoutInSeconds
嘗試與遠端協調叢集貯體來源的最大時間。
timeoutInSeconds?: number
屬性值
number
url
要同步處理 flux 設定 S3 貯體之 URL。
url?: string
屬性值
string