Resource Definition
tekton.dev/v1TaskRunStandard Kubernetes metadata.
Defines the desired state of the TaskRun.
Defines the observed state of the TaskRun.
TaskRunSpec
Reference to the Task to execute. Mutually exclusive with
taskSpec.Inline Task specification. Mutually exclusive with
taskRef.Can be disabled by setting the disable-inline-spec feature flag.Parameters to pass to the Task.See Parameter Types for details.
ServiceAccount to use for running the TaskRun.
Workspace bindings for the TaskRun.See Workspace Types for details.
Time after which the TaskRun times out. Defaults to 1 hour.Format: Go duration string (e.g., “1h30m”, “90m”)
Number of times to retry on task failure.
Used for cancelling a TaskRun.Values:
TaskRunCancelled- Cancel the TaskRun
Human-readable status message for cancellation.
Compute resources to use for this TaskRun.
Pod-specific configuration for the TaskRun’s pod.
TaskRunStatus
Conditions describe the current state of the TaskRun.
Time when the TaskRun started executing.
Time when the TaskRun completed.
Name of the pod executing the TaskRun.
State of each Step in the Task.
Results produced by the TaskRun.See Result Types for details.
The resolved Task specification that was executed.