Skip to content

Commit 427d275

Browse files
authored
Merge pull request #11297 from k8s-infra-cherrypick-robot/cherry-pick-11296-to-release-1.10
Fix function name in comment
2 parents 86ad4bf + a4e5dae commit 427d275

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/ingress/annotations/parser/validators.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,7 @@ func ValidateServiceName(value string) error {
190190
return nil
191191
}
192192

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

0 commit comments

Comments
 (0)