共用方式為


AzureBlobPatchDefinition interface

要與 AzureBlob 來源類型一起協調的參數。

屬性

accountKey

帳戶金鑰 (共用金鑰) 來存取儲存體帳戶

containerName

要從 flux 組態的 URL 端點同步處理的 Azure Blob 容器名稱。

localAuthRef

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

managedIdentity

使用受控識別進行驗證的參數。

sasToken

用來存取儲存體容器的共用存取權杖

servicePrincipal

使用服務主體進行驗證的參數。

syncIntervalInSeconds

重新協調叢集 Azure Blob 來源與遠端的間隔。

timeoutInSeconds

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

url

要同步處理 Flux 設定 Azure Blob 儲存體帳戶的 URL。

屬性詳細資料

accountKey

帳戶金鑰 (共用金鑰) 來存取儲存體帳戶

accountKey?: string

屬性值

string

containerName

要從 flux 組態的 URL 端點同步處理的 Azure Blob 容器名稱。

containerName?: string

屬性值

string

localAuthRef

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

localAuthRef?: string

屬性值

string

managedIdentity

使用受控識別進行驗證的參數。

managedIdentity?: ManagedIdentityPatchDefinition

屬性值

sasToken

用來存取儲存體容器的共用存取權杖

sasToken?: string

屬性值

string

servicePrincipal

使用服務主體進行驗證的參數。

servicePrincipal?: ServicePrincipalPatchDefinition

屬性值

syncIntervalInSeconds

重新協調叢集 Azure Blob 來源與遠端的間隔。

syncIntervalInSeconds?: number

屬性值

number

timeoutInSeconds

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

timeoutInSeconds?: number

屬性值

number

url

要同步處理 Flux 設定 Azure Blob 儲存體帳戶的 URL。

url?: string

屬性值

string