BucketDefinitionResponse

data class BucketDefinitionResponse(val accessKey: String? = null, val bucketName: String? = null, val insecure: Boolean? = null, val localAuthRef: String? = null, val syncIntervalInSeconds: Double? = null, val timeoutInSeconds: Double? = null, val url: String? = null)

Parameters to reconcile to the Bucket source kind type.

Constructors

Link copied to clipboard
constructor(accessKey: String? = null, bucketName: String? = null, insecure: Boolean? = null, localAuthRef: String? = null, syncIntervalInSeconds: Double? = null, timeoutInSeconds: Double? = null, url: String? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val accessKey: String? = null

Plaintext access key used to securely access the S3 bucket

Link copied to clipboard
val bucketName: String? = null

The bucket name to sync from the url endpoint for the flux configuration.

Link copied to clipboard
val insecure: Boolean? = null

Specify whether to use insecure communication when puling data from the S3 bucket.

Link copied to clipboard
val localAuthRef: String? = null

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.

Link copied to clipboard
val url: String? = null

The URL to sync for the flux configuration S3 bucket.