Skip to content

Commit

Permalink
Fix function name in comment
Browse files Browse the repository at this point in the history
Signed-off-by: cuiyourong <[email protected]>
  • Loading branch information
cuiyourong committed Apr 23, 2024
1 parent 48fbdfe commit 0d78247
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ingress/annotations/parser/validators.go
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ func ValidateServiceName(value string) error {
return nil
}

// checkAnnotations will check each annotation for:
// checkAnnotation will check each annotation for:
// 1 - Does it contain the internal validation and docs config?
// 2 - Does the ingress contains annotations? (validate null pointers)
// 3 - Does it contains a validator? Should it contain a validator (not containing is a bug!)
Expand Down

0 comments on commit 0d78247

Please sign in to comment.