Skip to content

Commit

Permalink
Codegen on main
Browse files Browse the repository at this point in the history
Running update-codegen on latest main
  • Loading branch information
pritidesai authored and tekton-robot committed Nov 16, 2022
1 parent fba6089 commit b15a80e
Show file tree
Hide file tree
Showing 7 changed files with 18 additions and 312 deletions.
18 changes: 17 additions & 1 deletion docs/pipeline-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -6129,6 +6129,11 @@ structs.</p>
</tr>
</tbody>
</table>
<h3 id="tekton.dev/v1alpha1.RunReason">RunReason
(<code>string</code> alias)</h3>
<div>
<p>RunReason is an enum used to store all Run reason for the Succeeded condition that are controlled by the Run itself.</p>
</div>
<h3 id="tekton.dev/v1alpha1.RunSpec">RunSpec
</h3>
<p>
Expand Down Expand Up @@ -8226,6 +8231,11 @@ Example: &ldquo;task/git-clone/0.8/git-clone.yaml&rdquo;</p>
</tr>
</tbody>
</table>
<h3 id="tekton.dev/v1beta1.CustomRunReason">CustomRunReason
(<code>string</code> alias)</h3>
<div>
<p>CustomRunReason is an enum used to store all Run reason for the Succeeded condition that are controlled by the CustomRun itself.</p>
</div>
<h3 id="tekton.dev/v1beta1.CustomRunSpec">CustomRunSpec
</h3>
<p>
Expand Down Expand Up @@ -12419,6 +12429,12 @@ string
</tr>
</tbody>
</table>
<h3 id="tekton.dev/v1beta1.TaskRunConditionType">TaskRunConditionType
(<code>string</code> alias)</h3>
<div>
<p>TaskRunConditionType is an enum used to store TaskRun custom conditions
conditions such as one used in spire results verification</p>
</div>
<h3 id="tekton.dev/v1beta1.TaskRunDebug">TaskRunDebug
</h3>
<p>
Expand Down Expand Up @@ -13784,7 +13800,7 @@ string
<h3 id="tekton.dev/v1beta1.CustomRunStatus">CustomRunStatus
</h3>
<p>
(<em>Appears on:</em><a href="#tekton.dev/v1beta1.CustomRun">CustomRun</a>, <a href="#tekton.dev/v1beta1.CustomRunStatusFields">CustomRunStatusFields</a>)
(<em>Appears on:</em><a href="#tekton.dev/v1beta1.CustomRun">CustomRun</a>)
</p>
<div>
<p>CustomRunStatus defines the observed state of CustomRun</p>
Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ require (
github.com/russross/blackfriday/v2 v2.1.0 // indirect
github.com/shurcooL/githubv4 v0.0.0-20190718010115-4ba037080260 // indirect
github.com/shurcooL/graphql v0.0.0-20181231061246-d48a9a75455f // indirect
github.com/sirupsen/logrus v1.9.0 // indirect
github.com/sirupsen/logrus v1.9.0
github.com/spf13/pflag v1.0.5 // indirect
github.com/stretchr/testify v1.8.1
github.com/vbatts/tar-split v0.11.2 // indirect
Expand Down
27 changes: 0 additions & 27 deletions third_party/LICENSE

This file was deleted.

202 changes: 0 additions & 202 deletions third_party/crypto/internal/boring/LICENSE

This file was deleted.

27 changes: 0 additions & 27 deletions third_party/vendor/golang.org/x/crypto/LICENSE

This file was deleted.

27 changes: 0 additions & 27 deletions third_party/vendor/golang.org/x/net/LICENSE

This file was deleted.

27 changes: 0 additions & 27 deletions third_party/vendor/golang.org/x/text/LICENSE

This file was deleted.

0 comments on commit b15a80e

Please sign in to comment.