Skip to content

Commit

Permalink
Change type of Route.Continue from *bool to bool
Browse files Browse the repository at this point in the history
  • Loading branch information
grdryn committed Sep 11, 2020
1 parent 2895889 commit 8310339
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
2 changes: 1 addition & 1 deletion pkg/apis/monitoring/v1/alertmanager_config_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ type Route struct {
GroupInterval string `json:"groupInterval,omitempty"`
RepeatInterval string `json:"repeatInterval,omitempty"`
Matchers []Matcher `json:"matchers,omitempty"`
Continue *bool `json:"continue,omitempty"`
Continue bool `json:"continue,omitempty"`
Routes []Route `json:"routes,omitempty"`
}

Expand Down
5 changes: 0 additions & 5 deletions pkg/apis/monitoring/v1/zz_generated.deepcopy.go

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

0 comments on commit 8310339

Please sign in to comment.