Skip to content

Commit

Permalink
fix: correct deprecation
Browse files Browse the repository at this point in the history
Co-authored-by: MisterMX <[email protected]>
  • Loading branch information
dariozachow and MisterMX authored Aug 21, 2024
1 parent 7f67a17 commit c28ebb7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apis/groups/v1alpha1/group_types.go
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,9 @@ type GroupParameters struct {
// +optional
SubGroupCreationLevel *SubGroupCreationLevelValue `json:"subgroupCreationLevel,omitempty"`

// Disable email notifications. Deprecated, use emailsEnabled instead.
// Disable email notifications.
//
// Deprecated: Use emailsEnabled instead.
// +optional
EmailsDisabled *bool `json:"emailsDisabled,omitempty"`

Expand Down

0 comments on commit c28ebb7

Please sign in to comment.