We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bb6626e commit 4220fd5Copy full SHA for 4220fd5
docs/pipeline-api.md
@@ -5539,6 +5539,9 @@ TaskRuns failed due to reconciler/validation error should not use this reason.</
5539
</tr><tr><td><p>"InvalidParamValue"</p></td>
5540
<td><p>TaskRunReasonInvalidParamValue indicates that the TaskRun Param input value is not allowed.</p>
5541
</td>
5542
+</tr><tr><td><p>"TaskRunPending"</p></td>
5543
+<td><p>TaskRunReasonPending is the reason set when the TaskRun is in the pending state</p>
5544
+</td>
5545
</tr><tr><td><p>"PodCreationFailed"</p></td>
5546
<td><p>TaskRunReasonPodCreationFailed is the reason set when the pod backing the TaskRun fails to be created (e.g., CreateContainerError)</p>
5547
0 commit comments