BucketPatchDefinition interface
Parameters to reconcile to the Bucket source kind type.
Properties
access |
Plaintext access key used to securely access the S3 bucket |
bucket |
The bucket name to sync from the url endpoint for the flux configuration. |
insecure | Specify whether to use insecure communication when puling data from the S3 bucket. |
local |
Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets. |
sync |
The interval at which to re-reconcile the cluster bucket source with the remote. |
timeout |
The maximum time to attempt to reconcile the cluster bucket source with the remote. |
url | The URL to sync for the flux configuration S3 bucket. |
Property Details
accessKey
Plaintext access key used to securely access the S3 bucket
accessKey?: string
Property Value
string
bucketName
The bucket name to sync from the url endpoint for the flux configuration.
bucketName?: string
Property Value
string
insecure
Specify whether to use insecure communication when puling data from the S3 bucket.
insecure?: boolean
Property Value
boolean
localAuthRef
Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.
localAuthRef?: string
Property Value
string
syncIntervalInSeconds
The interval at which to re-reconcile the cluster bucket source with the remote.
syncIntervalInSeconds?: number
Property Value
number
timeoutInSeconds
The maximum time to attempt to reconcile the cluster bucket source with the remote.
timeoutInSeconds?: number
Property Value
number
url
The URL to sync for the flux configuration S3 bucket.
url?: string
Property Value
string