Skip to content

Commit

Permalink
chore: generate docs for new fields
Browse files Browse the repository at this point in the history
  • Loading branch information
nanjingfm committed Mar 28, 2023
1 parent 8262915 commit 38c098d
Show file tree
Hide file tree
Showing 5 changed files with 279 additions and 0 deletions.
169 changes: 169 additions & 0 deletions docs/pipeline-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -533,6 +533,19 @@ PipelineSpec
<table>
<tr>
<td>
<code>displayName</code><br/>
<em>
string
</em>
</td>
<td>
<em>(Optional)</em>
<p>DisplayName is a user-facing name of the pipeline that may be
used to populate a UI.</p>
</td>
</tr>
<tr>
<td>
<code>description</code><br/>
<em>
string
Expand Down Expand Up @@ -895,6 +908,19 @@ value.</p>
</tr>
<tr>
<td>
<code>displayName</code><br/>
<em>
string
</em>
</td>
<td>
<em>(Optional)</em>
<p>DisplayName is a user-facing name of the task that may be
used to populate a UI.</p>
</td>
</tr>
<tr>
<td>
<code>description</code><br/>
<em>
string
Expand Down Expand Up @@ -2492,6 +2518,19 @@ TaskRunStatus
<tbody>
<tr>
<td>
<code>displayName</code><br/>
<em>
string
</em>
</td>
<td>
<em>(Optional)</em>
<p>DisplayName is a user-facing name of the pipeline that may be
used to populate a UI.</p>
</td>
</tr>
<tr>
<td>
<code>description</code><br/>
<em>
string
Expand Down Expand Up @@ -2608,6 +2647,32 @@ the execution order of tasks relative to one another.</p>
</tr>
<tr>
<td>
<code>displayName</code><br/>
<em>
string
</em>
</td>
<td>
<em>(Optional)</em>
<p>DisplayName is the display name of this task within the context of a Pipeline.
This display name may be used to populate a UI.</p>
</td>
</tr>
<tr>
<td>
<code>description</code><br/>
<em>
string
</em>
</td>
<td>
<em>(Optional)</em>
<p>Description is the description of this task within the context of a Pipeline.
This description may be used to populate a UI.</p>
</td>
</tr>
<tr>
<td>
<code>taskRef</code><br/>
<em>
<a href="#tekton.dev/v1.TaskRef">
Expand Down Expand Up @@ -5310,6 +5375,19 @@ value.</p>
</tr>
<tr>
<td>
<code>displayName</code><br/>
<em>
string
</em>
</td>
<td>
<em>(Optional)</em>
<p>DisplayName is a user-facing name of the task that may be
used to populate a UI.</p>
</td>
</tr>
<tr>
<td>
<code>description</code><br/>
<em>
string
Expand Down Expand Up @@ -6934,6 +7012,19 @@ value.</p>
</tr>
<tr>
<td>
<code>displayName</code><br/>
<em>
string
</em>
</td>
<td>
<em>(Optional)</em>
<p>DisplayName is a user-facing name of the task that may be
used to populate a UI.</p>
</td>
</tr>
<tr>
<td>
<code>description</code><br/>
<em>
string
Expand Down Expand Up @@ -7292,6 +7383,19 @@ PipelineSpec
<table>
<tr>
<td>
<code>displayName</code><br/>
<em>
string
</em>
</td>
<td>
<em>(Optional)</em>
<p>DisplayName is a user-facing name of the pipeline that may be
used to populate a UI.</p>
</td>
</tr>
<tr>
<td>
<code>description</code><br/>
<em>
string
Expand Down Expand Up @@ -7681,6 +7785,19 @@ value.</p>
</tr>
<tr>
<td>
<code>displayName</code><br/>
<em>
string
</em>
</td>
<td>
<em>(Optional)</em>
<p>DisplayName is a user-facing name of the task that may be
used to populate a UI.</p>
</td>
</tr>
<tr>
<td>
<code>description</code><br/>
<em>
string
Expand Down Expand Up @@ -9699,6 +9816,19 @@ TaskRunStatus
<tbody>
<tr>
<td>
<code>displayName</code><br/>
<em>
string
</em>
</td>
<td>
<em>(Optional)</em>
<p>DisplayName is a user-facing name of the pipeline that may be
used to populate a UI.</p>
</td>
</tr>
<tr>
<td>
<code>description</code><br/>
<em>
string
Expand Down Expand Up @@ -9815,6 +9945,32 @@ the execution order of tasks relative to one another.</p>
</tr>
<tr>
<td>
<code>displayName</code><br/>
<em>
string
</em>
</td>
<td>
<em>(Optional)</em>
<p>DisplayName is the display name of this task within the context of a Pipeline.
This display name may be used to populate a UI.</p>
</td>
</tr>
<tr>
<td>
<code>description</code><br/>
<em>
string
</em>
</td>
<td>
<em>(Optional)</em>
<p>Description is the description of this task within the context of a Pipeline.
This description may be used to populate a UI.</p>
</td>
</tr>
<tr>
<td>
<code>taskRef</code><br/>
<em>
<a href="#tekton.dev/v1beta1.TaskRef">
Expand Down Expand Up @@ -12746,6 +12902,19 @@ value.</p>
</tr>
<tr>
<td>
<code>displayName</code><br/>
<em>
string
</em>
</td>
<td>
<em>(Optional)</em>
<p>DisplayName is a user-facing name of the task that may be
used to populate a UI.</p>
</td>
</tr>
<tr>
<td>
<code>description</code><br/>
<em>
string
Expand Down
35 changes: 35 additions & 0 deletions pkg/apis/pipeline/v1/openapi_generated.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

20 changes: 20 additions & 0 deletions pkg/apis/pipeline/v1/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -213,6 +213,10 @@
"description": "Description is a user-facing description of the task that may be used to populate a UI.",
"type": "string"
},
"displayName": {
"description": "DisplayName is a user-facing name of the task that may be used to populate a UI.",
"type": "string"
},
"kind": {
"type": "string"
},
Expand Down Expand Up @@ -832,6 +836,10 @@
"description": "Description is a user-facing description of the pipeline that may be used to populate a UI.",
"type": "string"
},
"displayName": {
"description": "DisplayName is a user-facing name of the pipeline that may be used to populate a UI.",
"type": "string"
},
"finally": {
"description": "Finally declares the list of Tasks that execute just before leaving the Pipeline i.e. either after all Tasks are finished executing successfully or after a failure which would result in ending the Pipeline",
"type": "array",
Expand Down Expand Up @@ -883,6 +891,14 @@
"description": "PipelineTask defines a task in a Pipeline, passing inputs from both Params and from the output of previous tasks.",
"type": "object",
"properties": {
"description": {
"description": "Description is the description of this task within the context of a Pipeline. This description may be used to populate a UI.",
"type": "string"
},
"displayName": {
"description": "DisplayName is the display name of this task within the context of a Pipeline. This display name may be used to populate a UI.",
"type": "string"
},
"matrix": {
"description": "Matrix declares parameters used to fan out this task.",
"$ref": "#/definitions/v1.Matrix"
Expand Down Expand Up @@ -2102,6 +2118,10 @@
"description": "Description is a user-facing description of the task that may be used to populate a UI.",
"type": "string"
},
"displayName": {
"description": "DisplayName is a user-facing name of the task that may be used to populate a UI.",
"type": "string"
},
"params": {
"description": "Params is a list of input parameters required to run the task. Params must be supplied as inputs in TaskRuns unless they declare a default value.",
"type": "array",
Expand Down

0 comments on commit 38c098d

Please sign in to comment.