Skip to content

Commit

Permalink
buildrun types.go
Browse files Browse the repository at this point in the history
  • Loading branch information
qu1queee committed Oct 17, 2023
1 parent 0267448 commit 506fd72
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions pkg/apis/build/v1beta1/buildrun_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,12 @@ type BuildRunSpec struct {
// +optional
Build *ReferencedBuild `json:"build,omitempty"`

// Source refers to the location where the source code is,
// this could only be a local source
//
// +optional
Sources BuildRunSource `json:"source,omitempty"`

// ServiceAccount refers to the kubernetes serviceaccount
// which is used for resource control.
// Default serviceaccount will be set if it is empty
Expand Down

0 comments on commit 506fd72

Please sign in to comment.