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:
committed by
Craig Jellick
parent
1492046a65
commit
4ada929fe4
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user