diff --git a/apis/management.cattle.io/v3/alerting_types.go b/apis/management.cattle.io/v3/alerting_types.go index 783d794c..ae6149fa 100644 --- a/apis/management.cattle.io/v3/alerting_types.go +++ b/apis/management.cattle.io/v3/alerting_types.go @@ -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 }