BucketPatchDefinition interface
要协调到 Bucket 源类型的参数。
属性
access |
用于安全访问 S3 存储桶的纯文本访问密钥 |
bucket |
要从 flux 配置的 URL 终结点同步的存储桶名称。 |
insecure | 指定在从 S3 存储桶中将数据扑出时是否使用不安全的通信。 |
local |
Kubernetes 群集上用作身份验证机密的本地机密的名称,而不是托管或用户提供的配置机密。 |
sync |
重新协调群集存储桶源与远程的间隔。 |
timeout |
尝试将群集存储桶源与远程协调的最长时间。 |
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