Flux Configuration Git Repository Args
data class FluxConfigurationGitRepositoryArgs(val httpsCaCertBase64: Output<String>? = null, val httpsKeyBase64: Output<String>? = null, val httpsUser: Output<String>? = null, val localAuthReference: Output<String>? = null, val referenceType: Output<String>, val referenceValue: Output<String>, val sshKnownHostsBase64: Output<String>? = null, val sshPrivateKeyBase64: Output<String>? = null, val syncIntervalInSeconds: Output<Int>? = null, val timeoutInSeconds: Output<Int>? = null, val url: Output<String>) : ConvertibleToJava<FluxConfigurationGitRepositoryArgs>
Constructors
Link copied to clipboard
fun FluxConfigurationGitRepositoryArgs(httpsCaCertBase64: Output<String>? = null, httpsKeyBase64: Output<String>? = null, httpsUser: Output<String>? = null, localAuthReference: Output<String>? = null, referenceType: Output<String>, referenceValue: Output<String>, sshKnownHostsBase64: Output<String>? = null, sshPrivateKeyBase64: Output<String>? = null, syncIntervalInSeconds: Output<Int>? = null, timeoutInSeconds: Output<Int>? = null, url: Output<String>)
Functions
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.