data class FluxConfigurationBucket(val accessKey: String? = null, val bucketName: String, val localAuthReference: String? = null, val secretKeyBase64: String? = null, val syncIntervalInSeconds: Int? = null, val timeoutInSeconds: Int? = null, val tlsEnabled: Boolean? = null, val url: String)
Specifies the name of a local secret on the Kubernetes cluster to use as the authentication secret rather than the managed or user-provided configuration secrets.