Skip to content

Commit

Permalink
rename results json name
Browse files Browse the repository at this point in the history
  • Loading branch information
JeromeJu committed Aug 12, 2022
1 parent 055ecf0 commit ce34e4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 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.

2 changes: 1 addition & 1 deletion pkg/apis/pipeline/v1/taskrun_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ type TaskRunStatusFields struct {
// TaskRunResults are the list of results written out by the task's containers
// +optional
// +listType=atomic
Results []TaskRunResult `json:"taskResults,omitempty"`
Results []TaskRunResult `json:"results,omitempty"`

// The list has one entry per sidecar in the manifest. Each entry is
// represents the imageid of the corresponding sidecar.
Expand Down

0 comments on commit ce34e4c

Please sign in to comment.