Documentation Index
Fetch the complete documentation index at: https://mintlify.com/tektoncd/pipeline/llms.txt
Use this file to discover all available pages before exploring further.
ResolutionRequest is at v1beta1 stability level.
Resource Definition
resolution.tekton.dev/v1beta1ResolutionRequestStandard Kubernetes metadata.
Specification for the resolution request.
Status of the resolution request.
ResolutionRequestSpec
Runtime parameters passed to the resolver to help locate the resource.Common parameters vary by resolver:Git Resolver:
url- Repository URLrevision- Branch, tag, or commit SHApathInRepo- Path to the resource file
bundle- OCI bundle referencename- Name of the resource in the bundlekind- Kind of resource (Task, Pipeline)
name- Resource nameversion- Resource versioncatalog- Catalog namekind- Resource kind
Runtime URL passed to the resolver. This is an alpha feature.
ResolutionRequestStatus
Conditions describing the resolution state.
The resolved content of the requested resource, inline in the ResolutionRequest.This is typically a YAML representation of a Task or Pipeline.
Source reference of the remote data including URL, digest, and entrypoint.