AzureBlobDefinition interface
與 AzureBlob 來源類型協調的參數。
屬性
account |
用來存取記憶體帳戶的帳戶金鑰 (共用金鑰 ) |
container |
要從 flux 組態的 URL 端點同步處理的 Azure Blob 容器名稱。 |
local |
Kubernetes 叢集上的本機密碼名稱,以做為驗證密碼,而不是受控或使用者提供的組態秘密。 |
managed |
使用受控識別進行驗證的參數。 |
sas |
存取記憶體容器的共用存取令牌 |
service |
使用服務主體進行驗證的參數。 |
sync |
重新協調叢集 Azure Blob 來源與遠端的間隔。 |
timeout |
嘗試將叢集 Azure Blob 來源與遠端協調的時間上限。 |
url | 要同步處理變更組態 Azure Blob 記憶體帳戶的 URL。 |
屬性詳細資料
accountKey
用來存取記憶體帳戶的帳戶金鑰 (共用金鑰 )
accountKey?: string
屬性值
string
containerName
要從 flux 組態的 URL 端點同步處理的 Azure Blob 容器名稱。
containerName?: string
屬性值
string
localAuthRef
Kubernetes 叢集上的本機密碼名稱,以做為驗證密碼,而不是受控或使用者提供的組態秘密。
localAuthRef?: string
屬性值
string
managedIdentity
sasToken
存取記憶體容器的共用存取令牌
sasToken?: string
屬性值
string
servicePrincipal
syncIntervalInSeconds
重新協調叢集 Azure Blob 來源與遠端的間隔。
syncIntervalInSeconds?: number
屬性值
number
timeoutInSeconds
嘗試將叢集 Azure Blob 來源與遠端協調的時間上限。
timeoutInSeconds?: number
屬性值
number
url
要同步處理變更組態 Azure Blob 記憶體帳戶的 URL。
url?: string
屬性值
string