package
0.69.0
Repository: https://github.com/tektoncd/pipeline.git
Documentation: pkg.go.dev

# Functions

NewResolver returns an implementation of remote.Resolver capable of performing asynchronous remote resolution.

# Variables

ErrNilResource is returned when remote resolution appears to have succeeded but the resolved resource is nil.

# Structs

DataAccessError is returned when remote resolution succeeded but attempting to access the resolved data failed.
InvalidRuntimeObjectError is returned when remote resolution succeeded but the returned data is not a valid runtime.Object.
Resolver implements remote.Resolver and encapsulates the majority of code required to interface with the tektoncd/resolution project.