Skip to content

Commit

Permalink
add missing field to oss struct
Browse files Browse the repository at this point in the history
  • Loading branch information
skpratt committed Feb 23, 2023
1 parent 7c9801e commit ed69768
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions api/operator_license.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,9 @@ type License struct {
// no longer be used in any capacity
TerminationTime time.Time `json:"termination_time"`

// Whether the license will ignore termination
IgnoreTermination bool `json:"ignore_termination"`

// The product the license is valid for
Product string `json:"product"`

Expand Down

0 comments on commit ed69768

Please sign in to comment.