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

# Functions

# Constants

HttpBasicAuthSecret is the reference to a secret in the PipelineRun or TaskRun namespace to use for basic auth.
HttpBasicAuthSecretKey is the key in the httpBasicAuthSecret secret to use for basic auth.
HttpBasicAuthUsername is the user name to use for basic auth.
LabelValueHttpResolverType is the value to use for the resolution.tekton.dev/type label on resource requests.
TimeoutKey is the configuration field name for controlling the maximum duration of a resolution request for a file from http.
UrlParam is the URL to fetch the task from.

# Structs

Resolver implements a framework.Resolver that can fetch files from an HTTP URL Deprecated: Use [github.com/tektoncd/pipeline/pkg/remoteresolution/resolver/http.Resolver] instead.