Bucket Definition Args
data class BucketDefinitionArgs(val accessKey: Output<String>? = null, val bucketName: Output<String>? = null, val insecure: Output<Boolean>? = null, val localAuthRef: Output<String>? = null, val syncIntervalInSeconds: Output<Double>? = null, val timeoutInSeconds: Output<Double>? = null, val url: Output<String>? = null) : ConvertibleToJava<BucketDefinitionArgs>
Parameters to reconcile to the Bucket source kind type.
Properties
Link copied to clipboard
The bucket name to sync from the url endpoint for the flux configuration.
Link copied to clipboard
Name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.
Link copied to clipboard
The interval at which to re-reconcile the cluster bucket source with the remote.
Link copied to clipboard
The maximum time to attempt to reconcile the cluster bucket source with the remote.