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 #133 from keptn/patch/impactedEntitiesTypo
Browse files Browse the repository at this point in the history
Patch/impacted entities typo
  • Loading branch information
bacherfl authored Jan 21, 2020
2 parents dc59c46 + 127cf0a commit cd7a0f2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions pkg/events/keptnEvents.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,9 @@ type ConfigurationChangeEventData struct {
// FileChangesGeneratedChart provides new content for the generated chart.
// The key value pairs represent the URI within the chart (i.e. the key) and the new content (i.e. the value).
FileChangesGeneratedChart map[string]string `json:"fileChangesGeneratedChart,omitempty"`
// FileChangesUmbrellaChart provides new content for the umbrealla chart.
// FileChangesUmbrellaChart provides new content for the umbrella chart.
// The key value pairs represent the URI within the chart (i.e. the key) and the new content (i.e. the value).
FileChangesUmbrellaChart map[string]string `json:"fileChangesUmbreallaChart,omitempty"`
FileChangesUmbrellaChart map[string]string `json:"fileChangesUmbrellaChart,omitempty"`
// Labels contains labels
Labels map[string]string `json:"labels"`
}
Expand Down Expand Up @@ -236,7 +236,7 @@ type ProblemEventData struct {
// PID is a unique system identifier of the reported problem.
PID string `json:"PID"`
// ImpcatedEntity is an identifier of the impacted entity
ImpactedEntity string `json:"ImpactedEntities,omitempty"`
ImpactedEntity string `json:"ImpactedEntity,omitempty"`
// Tags is a comma separated list of tags that are defined for all impacted entities.
Tags string `json:"Tags,omitempty"`
// Project is the name of the project
Expand Down

0 comments on commit cd7a0f2

Please sign in to comment.