共用方式為


BucketPatchDefinition interface

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

屬性

accessKey

用來安全地存取 S3 貯體的純文字存取密鑰

bucketName

要從 flux 組態的 URL 端點同步的貯體名稱。

insecure

指定在從 S3 貯體將數據拼入時,是否要使用不安全的通訊。

localAuthRef

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

syncIntervalInSeconds

重新協調叢集貯體來源與遠端的間隔。

timeoutInSeconds

嘗試與遠端協調叢集貯體來源的時間上限。

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