package
0.0.0-20220901133656-d680719abeaf
Repository: https://github.com/tektoncd/resolution.git
Documentation: pkg.go.dev

# Functions

GetEntry accepts a keychain and options for the request and returns either a successfully resolved bundle entry or an error.
OptionsFromParams parses the params from a resolution request and converts them into options to pass as part of a bundle request.

# Constants

BundleAnnotationAPIVersion is the image layer annotation used to indicate the "apiVersion" of resource stored in a given layer.
BundleAnnotationKind is the image layer annotation used to indicate the "kind" of resource stored in a given layer.
BundleAnnotationName is the image layer annotation used to indicate the "name" of resource stored in a given layer.
ConfigKind is the configuration field name for controlling what the layer name in the bundle image is.
ConfigServiceAccount is the configuration field name for controlling the Service Account name to use for bundle requests.
LabelValueBundleResolverType is the value to use for the resolution.tekton.dev/type label on resource requests.
ParamBundle is the parameter defining what the bundle image url is.
ParamKind is the parameter defining what the layer kind in the bundle image is.
ParamName is the parameter defining what the layer name in the bundle image is.
ParamServiceAccount is the parameter defining what service account name to use for bundle requests.

# Structs

RequestOptions are the options used to request a resource from a remote bundle.
ResolvedResource wraps the content of a matched entry in a bundle.
Resolver implements a framework.Resolver that can fetch files from OCI bundles.