Skip to content

Commit

Permalink
Add LimitRangeName to v1alpha2.PipelineRun 🌷
Browse files Browse the repository at this point in the history
It got added to `v1alpha1.PipelineRun` at the same time
`v1alpha2.PipelineRun` was created, so I missed it.

Signed-off-by: Vincent Demeester <vdemeest@redhat.com>
  • Loading branch information
vdemeester authored and tekton-robot committed Feb 6, 2020
1 parent 4777768 commit 259cf76
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/apis/pipeline/v1alpha2/pipelinerun_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -155,6 +155,12 @@ type PipelineRunSpec struct {
// with those declared in the pipeline.
// +optional
Workspaces []WorkspaceBinding `json:"workspaces,omitempty"`
// Used to specify name of LimitRange that exists in namespace
// where PipelineRun will run so that the LimitRange's minimum for
// container requests can be used by containers of TaskRuns associated
// with PipelineRun
// +optional
LimitRangeName string `json:"limitRangeName"`
}

// PipelineRunSpecStatus defines the pipelinerun spec status the user can provide
Expand Down

0 comments on commit 259cf76

Please sign in to comment.