Skip to content

Commit

Permalink
Add IssueToken to prom context
Browse files Browse the repository at this point in the history
Signed-off-by: Tamal Saha <[email protected]>
  • Loading branch information
tamalsaha committed Nov 17, 2024
1 parent 5dcad1a commit e71099d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions api/v1/appbinding.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,7 @@ type PrometheusContext struct {
ClusterUID string `json:"clusterUID"`
ProjectId string `json:"projectId,omitempty"`
Default bool `json:"default"`
IssueToken bool `json:"issueToken,omitempty"`
ClientOrgID string `json:"clientOrgID,omitempty"`
}

Expand Down
6 changes: 6 additions & 0 deletions api/v1/openapi_generated.go

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

0 comments on commit e71099d

Please sign in to comment.