mirror of
https://github.com/rancher/types.git
synced 2025-09-18 07:52:41 +00:00
Fix invalid json tags
This commit is contained in:
@@ -125,7 +125,7 @@ type NotifierSpec struct {
|
||||
}
|
||||
|
||||
type Notification struct {
|
||||
Message string `json:"message, omitempty"`
|
||||
Message string `json:"message,omitempty"`
|
||||
SMTPConfig *SMTPConfig `json:"smtpConfig,omitempty"`
|
||||
SlackConfig *SlackConfig `json:"slackConfig,omitempty"`
|
||||
PagerdutyConfig *PagerdutyConfig `json:"pagerdutyConfig,omitempty"`
|
||||
|
Reference in New Issue
Block a user