# Constants
APISecretKeyKey is the config map key for the containing the token within the token secret.
APISecretNameKey is the config map key for the token secret's name.
APISecretNamespaceKey is the config map key for the token secret's namespace.
ConfigKeyParam is an optional string to provid which scm configuration to use from git resolver configmap.
ConfigMapName is the git resolver's config map.
DefaultOrgKey is the configuration field name for setting a default organization when using the SCM API.
DefaultRevisionKey is the configuration field name for controlling the revision to fetch the remote resource from.
DefaultTimeoutKey is the configuration field name for controlling the maximum duration of a resolution request for a file from git.
DefaultTokenKeyParam is the default key in the TokenParam secret for SCM API authentication.
DefaultURLKey is the configuration field name for controlling the git url to fetch the remote resource from.
OrgParam is the organization to find the repository in when using the SCM API approach.
PathParam is the pathInRepo into the git repo where a file is located.
RepoParam is the repository to use when using the SCM API approach.
RevisionParam is the git revision that a file should be fetched from.
SCMTypeKey is the config map key for the SCM provider type.
scmTypeParam is an optional string overriding the scm-type configuration (ie: github, gitea, gitlab etc..).
ServerURLKey is the config map key for the SCM provider URL.
serverURLParam is an optional string to the server URL for the SCM API to connect to.
TokenKeyParam is an optional reference to a key in the TokenParam secret for SCM API authentication.
TokenParam is an optional reference to a secret name for SCM API authentication.
UrlParam is the git repo Url when using the anonymous/full clone approach.
# Variables
AnnotationKeyOrg is the org used.
AnnotationKeyPath is the path used.
AnnotationKeyRepo is the repo used.
AnnotationKeyRevision is the commit hash that was fetched from git.
AnnotationKeyURL is the repo URL used.