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

# Functions

NewRequest creates a mock request that is populated with the given name namespace and params.
NewRequester creates a mock requester that resolves to the given resource or returns the given error on Submit().
NewResolvedResource creates a mock resolved resource that is populated with the given data and annotations or returns the given error from its Data() method.

# Structs

RawRequest stores the raw request data.
Request implements resolution.Request and makes it easier to mock input for submit Using inline structs is to avoid conflicts between field names and method names.
Requester implements resolution.Requester and makes it easier to mock the outcome of a remote pipelineRef or taskRef resolution.
ResolvedResource implements resolution.ResolvedResource and makes it easier to mock the resolved content of a fetched pipeline or task.