diff --git a/apis/management.cattle.io/v3/alerting_types.go b/apis/management.cattle.io/v3/alerting_types.go index 2e0c0435..2bd0172d 100644 --- a/apis/management.cattle.io/v3/alerting_types.go +++ b/apis/management.cattle.io/v3/alerting_types.go @@ -129,13 +129,13 @@ type ProjectAlertGroup struct { type ClusterGroupSpec struct { ClusterName string `json:"clusterName" norman:"type=reference[cluster]"` - Recipients []Recipient `json:"recipients,omitempty" norman:"required"` + Recipients []Recipient `json:"recipients,omitempty"` CommonGroupField } type ProjectGroupSpec struct { ProjectName string `json:"projectName" norman:"type=reference[project]"` - Recipients []Recipient `json:"recipients,omitempty" norman:"required"` + Recipients []Recipient `json:"recipients,omitempty"` CommonGroupField }