We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a1dacb commit 211a627Copy full SHA for 211a627
api/v1beta1/disruption_types.go
@@ -135,7 +135,7 @@ type Reporting struct {
135
MinNotificationType eventtypes.NotificationType `json:"minNotificationType,omitempty"`
136
// SlackUserEmail is the email of the user to send reporting information to
137
// +kubebuilder:validation:MaxLength=320
138
- SlackUserEmail string `json:"slackUserEmail,omitempty" chaos_validate:"email"`
+ SlackUserEmail string `json:"slackUserEmail,omitempty" chaos_validate:"omitempty,email"`
139
}
140
141
func (r *Reporting) Explain() string {
0 commit comments