Flux Configuration Git Repository
data class FluxConfigurationGitRepository(val httpsCaCertBase64: String? = null, val httpsKeyBase64: String? = null, val httpsUser: String? = null, val localAuthReference: String? = null, val referenceType: String, val referenceValue: String, val sshKnownHostsBase64: String? = null, val sshPrivateKeyBase64: String? = null, val syncIntervalInSeconds: Int? = null, val timeoutInSeconds: Int? = null, val url: String)
Constructors
Link copied to clipboard
fun FluxConfigurationGitRepository(httpsCaCertBase64: String? = null, httpsKeyBase64: String? = null, httpsUser: String? = null, localAuthReference: String? = null, referenceType: String, referenceValue: String, sshKnownHostsBase64: String? = null, sshPrivateKeyBase64: String? = null, syncIntervalInSeconds: Int? = null, timeoutInSeconds: Int? = null, url: String)
Types
Properties
Link copied to clipboard
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. It must be between 1 and 63 characters. It can contain only lowercase letters, numbers, and hyphens (-). It must start and end with a lowercase letter or number.
Link copied to clipboard
Link copied to clipboard