Skip to content

Commit

Permalink
feat: add ReadOnly flag to test (#4389)
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv authored Sep 22, 2023
1 parent 820cd99 commit cd4a77f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/api/v1/testkube/model_test_base.go
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,6 @@ type Test struct {
Uploads []string `json:"uploads,omitempty"`
ExecutionRequest *ExecutionRequest `json:"executionRequest,omitempty"`
Status *TestStatus `json:"status,omitempty"`
// true means that test is offline and cannot be executed
ReadOnly bool `json:"readOnly,omitempty"`
}

0 comments on commit cd4a77f

Please sign in to comment.