mirror of
https://github.com/fluxcd/flagger.git
synced 2026-04-15 06:57:34 +00:00
feat: Add option to mute alerts generated from webhooks
Signed-off-by: Mayank Shah <mayankshah1614@gmail.com>
This commit is contained in:
@@ -329,6 +329,9 @@ type CanaryWebhook struct {
|
||||
// URL address of this webhook
|
||||
URL string `json:"url"`
|
||||
|
||||
// MuteAlert mutes all alerts generated from this webhook, if any
|
||||
MuteAlert bool `json:"muteAlert"`
|
||||
|
||||
// Request timeout for this webhook
|
||||
Timeout string `json:"timeout,omitempty"`
|
||||
|
||||
|
||||
Reference in New Issue
Block a user