Skip to content

Commit

Permalink
Remove unused Params field from TaskRunOutputs.
Browse files Browse the repository at this point in the history
To my knowledge, taskruns can output resources, but not parameters.
Remove the unused Params field from the TaskRunOuputs type and include
the corresponding codegen changes.
  • Loading branch information
EliZucker authored and tekton-robot committed Jun 28, 2019
1 parent 9f31820 commit 93de2fc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 7 deletions.
2 changes: 0 additions & 2 deletions pkg/apis/pipeline/v1alpha1/taskrun_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -102,8 +102,6 @@ type TaskResourceBinding struct {
type TaskRunOutputs struct {
// +optional
Resources []TaskResourceBinding `json:"resources,omitempty"`
// +optional
Params []Param `json:"params,omitempty"`
}

var taskRunCondSet = apis.NewBatchConditionSet()
Expand Down
5 changes: 0 additions & 5 deletions pkg/apis/pipeline/v1alpha1/zz_generated.deepcopy.go

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

0 comments on commit 93de2fc

Please sign in to comment.