package
0.0.0-20220901133656-d680719abeaf
Repository: https://github.com/tektoncd/resolution.git
Documentation: pkg.go.dev
# Constants
AnnotationKeyRevision is the revision that was fetched from git.
ConfigFieldTimeout is the configuration field name for controlling the maximum duration of a resolution request for a file from git.
ConfigRevision is the configuration field name for controlling the revision to fetch the remote resource from.
ConfigURL is the configuration field name for controlling the git url to fetch the remote resource from.
GitResolverName is the name that the git resolver should be associated with.
LabelValueGitResolverType is the value to use for the resolution.tekton.dev/type label on resource requests.
PathParam is the pathInRepo into the git repo where a file is located.
RevisionParam is the commit hash/branch/tag that a file should be fetched from.
URLParam is the git repo url.
YAMLContentType is the content type to use when returning yaml.
# Structs
ResolvedGitResource implements framework.ResolvedResource and returns the resolved file []byte data and an annotation map for any metadata.
Resolver implements a framework.Resolver that can fetch files from git.