Skip to content
This repository has been archived by the owner on Dec 21, 2023. It is now read-only.

Commit

Permalink
Merge pull request #124 from keptn/feature/1161/deployment
Browse files Browse the repository at this point in the history
#1161 Added deployment to get sli events
  • Loading branch information
christian-kreuzberger-dtx authored Dec 2, 2019
2 parents 5fca063 + c154ea7 commit 0601a48
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkg/events/keptnEvents.go
Original file line number Diff line number Diff line change
Expand Up @@ -275,6 +275,7 @@ type InternalGetSLIEventData struct {
TestStrategy string `json:"teststrategy"`
// DeploymentStrategy is the deployment strategy
DeploymentStrategy string `json:"deploymentstrategy"`
Deployment string `json:"deployment"`
Indicators []string `json:"indicators"`
CustomFilters []*SLIFilter `json:"customFilters"`
// Labels contains labels
Expand All @@ -296,6 +297,7 @@ type InternalGetSLIDoneEventData struct {
IndicatorValues []*SLIResult `json:"indicatorValues"`
// DeploymentStrategy is the deployment strategy
DeploymentStrategy string `json:"deploymentstrategy"`
Deployment string `json:"deployment"`
// Labels contains labels
Labels map[string]string `json:"labels"`
}

0 comments on commit 0601a48

Please sign in to comment.