Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): bump k8s.io/apimachinery from 0.27.12 to 0.27.14 in /test/custom-task-ctrls/wait-task-beta #158

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions docs/pipeline-api.md
Original file line number Diff line number Diff line change
Expand Up @@ -6783,6 +6783,19 @@ StepActionSpec
<table>
<tr>
<td>
<code>description</code><br/>
<em>
string
</em>
</td>
<td>
<em>(Optional)</em>
<p>Description is a user-facing description of the stepaction that may be
used to populate a UI.</p>
</td>
</tr>
<tr>
<td>
<code>image</code><br/>
<em>
string
Expand Down Expand Up @@ -7619,6 +7632,19 @@ Refer Go&rsquo;s ParseDuration documentation for expected format: <a href="https
<tbody>
<tr>
<td>
<code>description</code><br/>
<em>
string
</em>
</td>
<td>
<em>(Optional)</em>
<p>Description is a user-facing description of the stepaction that may be
used to populate a UI.</p>
</td>
</tr>
<tr>
<td>
<code>image</code><br/>
<em>
string
Expand Down
7 changes: 7 additions & 0 deletions pkg/apis/pipeline/v1alpha1/openapi_generated.go

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

4 changes: 4 additions & 0 deletions pkg/apis/pipeline/v1alpha1/stepaction_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ type StepActionList struct {

// StepActionSpec contains the actionable components of a step.
type StepActionSpec struct {
// Description is a user-facing description of the stepaction that may be
// used to populate a UI.
// +optional
Description string `json:"description,omitempty"`
// Image reference name to run for this StepAction.
// More info: https://kubernetes.io/docs/concepts/containers/images
// +optional
Expand Down
4 changes: 4 additions & 0 deletions pkg/apis/pipeline/v1alpha1/swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -406,6 +406,10 @@
},
"x-kubernetes-list-type": "atomic"
},
"description": {
"description": "Description is a user-facing description of the stepaction that may be used to populate a UI.",
"type": "string"
},
"env": {
"description": "List of environment variables to set in the container. Cannot be updated.",
"type": "array",
Expand Down
2 changes: 1 addition & 1 deletion test/custom-task-ctrls/wait-task-beta/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ require (
github.com/google/go-cmp v0.6.0
github.com/tektoncd/pipeline v0.53.1
k8s.io/api v0.27.12
k8s.io/apimachinery v0.27.12
k8s.io/apimachinery v0.27.14
k8s.io/client-go v0.27.11
k8s.io/utils v0.0.0-20230505201702-9f6742963106
knative.dev/pkg v0.0.0-20231011193800-bd99f2f98be7
Expand Down
17 changes: 13 additions & 4 deletions test/custom-task-ctrls/wait-task-beta/go.sum

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