AzureBlobDefinition interface
要协调到 AzureBlob 源类型的参数。
属性
account |
用于访问存储帐户的帐户密钥(共享密钥) |
container |
要从 flux 配置的 URL 终结点同步的 Azure Blob 容器名称。 |
local |
Kubernetes 群集上用作身份验证机密的本地机密的名称,而不是托管或用户提供的配置机密。 |
managed |
使用托管标识进行身份验证的参数。 |
sas |
用于访问存储容器的共享访问令牌 |
service |
使用服务主体进行身份验证的参数。 |
sync |
重新协调群集 Azure Blob 源与远程的间隔。 |
timeout |
尝试将群集 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
sasToken
用于访问存储容器的共享访问令牌
sasToken?: string
属性值
string
servicePrincipal
syncIntervalInSeconds
重新协调群集 Azure Blob 源与远程的间隔。
syncIntervalInSeconds?: number
属性值
number
timeoutInSeconds
尝试将群集 Azure Blob 源与远程协调的最长时间。
timeoutInSeconds?: number
属性值
number
url
要同步的 Flux 配置 Azure Blob 存储帐户的 URL。
url?: string
属性值
string