ResolutionRequest is at v1beta1 stability level.
Resource Definition
string
required
resolution.tekton.dev/v1beta1string
required
ResolutionRequestObjectMeta
required
Standard Kubernetes metadata.
ResolutionRequestSpec
required
Specification for the resolution request.
ResolutionRequestStatus
Status of the resolution request.
ResolutionRequestSpec
[]Param
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
string
Runtime URL passed to the resolver. This is an alpha feature.
ResolutionRequestStatus
[]Condition
Conditions describing the resolution state.
string
The resolved content of the requested resource, inline in the ResolutionRequest.This is typically a YAML representation of a Task or Pipeline.
RefSource
Source reference of the remote data including URL, digest, and entrypoint.