Tekton TaskRun CRD

tekton.dev/v1 kind=TaskRun — instantiates a Task with specific inputs, workspace bindings, and execution parameters. The TaskRun controller runs the steps as Kubernetes pods and surfaces status, logs, and results.

API entry from apis.yml

apis.yml Raw ↑
aid: tekton:tekton-taskrun-crd
name: Tekton TaskRun CRD
tags:
- CRD
- TaskRuns
- Execution
properties:
- url: https://tekton.dev/docs/pipelines/taskruns/
  type: Documentation
description: tekton.dev/v1 kind=TaskRun — instantiates a Task with specific inputs, workspace bindings,
  and execution parameters. The TaskRun controller runs the steps as Kubernetes pods and surfaces status,
  logs, and results.