1
0
mirror of https://github.com/rancher/types.git synced 2025-09-17 07:19:17 +00:00

Update defaultRecipient of slackConfig to not required

This commit is contained in:
Guangbo Chen
2019-07-25 16:52:50 +08:00
committed by Craig Jellick
parent 1492046a65
commit 4ada929fe4

View File

@@ -289,7 +289,7 @@ type SMTPConfig struct {
}
type SlackConfig struct {
DefaultRecipient string `json:"defaultRecipient,omitempty" norman:"required"`
DefaultRecipient string `json:"defaultRecipient,omitempty"`
URL string `json:"url,omitempty" norman:"required"`
*HTTPClientConfig
}