共用方式為


AzureBlobDefinition interface

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

屬性

accountKey

用來存取記憶體帳戶的帳戶金鑰 (共用金鑰 )

containerName

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

localAuthRef

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

managedIdentity

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

sasToken

存取記憶體容器的共用存取令牌

servicePrincipal

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

syncIntervalInSeconds

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

timeoutInSeconds

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

url

要同步處理變更組態 Azure Blob 記憶體帳戶的 URL。

屬性詳細資料

accountKey

用來存取記憶體帳戶的帳戶金鑰 (共用金鑰 )

accountKey?: string

屬性值

string

containerName

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

containerName?: string

屬性值

string

localAuthRef

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

localAuthRef?: string

屬性值

string

managedIdentity

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

managedIdentity?: ManagedIdentityDefinition

屬性值

sasToken

存取記憶體容器的共用存取令牌

sasToken?: string

屬性值

string

servicePrincipal

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

servicePrincipal?: ServicePrincipalDefinition

屬性值

syncIntervalInSeconds

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

syncIntervalInSeconds?: number

屬性值

number

timeoutInSeconds

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

timeoutInSeconds?: number

屬性值

number

url

要同步處理變更組態 Azure Blob 記憶體帳戶的 URL。

url?: string

屬性值

string