Git Repository Definition Response
data class GitRepositoryDefinitionResponse(val httpsCAFile: String? = null, val httpsUser: String? = null, val localAuthRef: String? = null, val repositoryRef: RepositoryRefDefinitionResponse? = null, val sshKnownHosts: String? = null, val syncIntervalInSeconds: Double? = null, val timeoutInSeconds: Double? = null, val url: String? = null)
Parameters to reconcile to the GitRepository source kind type.
Properties
Link copied to clipboard
Base64-encoded HTTPS certificate authority contents used to access git private git repositories over HTTPS
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 source reference for the GitRepository object.
Link copied to clipboard
Base64-encoded known_hosts value containing public SSH keys required to access private git repositories over SSH
Link copied to clipboard
The interval at which to re-reconcile the cluster git repository source with the remote.
Link copied to clipboard
The maximum time to attempt to reconcile the cluster git repository source with the remote.