@@ -1802,7 +1802,7 @@ map[string]string
18021802<h3 id="tekton.dev/v1.Params">Params
18031803(<code>[]github.com/tektoncd/pipeline/pkg/apis/pipeline/v1.Param</code> alias)</h3>
18041804<p>
1805- (<em>Appears on:</em><a href="#tekton.dev/v1.IncludeParams">IncludeParams</a>, <a href="#tekton.dev/v1.Matrix">Matrix</a>, <a href="#tekton.dev/v1.PipelineRunSpec">PipelineRunSpec</a>, <a href="#tekton.dev/v1.PipelineTask">PipelineTask</a>, <a href="#tekton.dev/v1.ResolverRef">ResolverRef</a>, <a href="#tekton.dev/v1.TaskRunInputs">TaskRunInputs</a>, <a href="#tekton.dev/v1.TaskRunSpec">TaskRunSpec</a>)
1805+ (<em>Appears on:</em><a href="#tekton.dev/v1.IncludeParams">IncludeParams</a>, <a href="#tekton.dev/v1.Matrix">Matrix</a>, <a href="#tekton.dev/v1.PipelineRunSpec">PipelineRunSpec</a>, <a href="#tekton.dev/v1.PipelineTask">PipelineTask</a>, <a href="#tekton.dev/v1.ResolverRef">ResolverRef</a>, <a href="#tekton.dev/v1.Step">Step</a>, <a href="#tekton.dev/v1. TaskRunInputs">TaskRunInputs</a>, <a href="#tekton.dev/v1.TaskRunSpec">TaskRunSpec</a>)
18061806</p>
18071807<div>
18081808<p>Params is a list of Param</p>
@@ -4427,6 +4427,20 @@ Ref
44274427<p>Contains the reference to an existing StepAction.</p>
44284428</td>
44294429</tr>
4430+ <tr>
4431+ <td>
4432+ <code>params</code><br/>
4433+ <em>
4434+ <a href="#tekton.dev/v1.Params">
4435+ Params
4436+ </a>
4437+ </em>
4438+ </td>
4439+ <td>
4440+ <em>(Optional)</em>
4441+ <p>Parameters declares parameters passed to this step action.</p>
4442+ </td>
4443+ </tr>
44304444</tbody>
44314445</table>
44324446<h3 id="tekton.dev/v1.StepOutputConfig">StepOutputConfig
@@ -7081,6 +7095,18 @@ Hub resource: <a href="https://artifacthub.io/*">https://artifacthub.io/*</a>,</
70817095</tr>
70827096</tbody>
70837097</table>
7098+ <h3 id="tekton.dev/v1alpha1.ResultsType">ResultsType
7099+ (<code>string</code> alias)</h3>
7100+ <p>
7101+ (<em>Appears on:</em><a href="#tekton.dev/v1alpha1.StepActionResult">StepActionResult</a>)
7102+ </p>
7103+ <div>
7104+ <p>ResultsType indicates the type of a result;
7105+ Used to distinguish between a single string and an array of strings.
7106+ Note that there is ResultType used to find out whether a
7107+ RunResult is from a task result or not, which is different from
7108+ this ResultsType.</p>
7109+ </div>
70847110<h3 id="tekton.dev/v1alpha1.RunReason">RunReason
70857111(<code>string</code> alias)</h3>
70867112<div>
0 commit comments