Fix function name in comment (#11296)

Signed-off-by: cuiyourong <cuiyourong@gmail.com>
This commit is contained in:
cuiyourong 2024-04-23 19:27:06 +08:00 committed by GitHub
parent 48fbdfe3ba
commit 7379b80459
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -190,7 +190,7 @@ func ValidateServiceName(value string) error {
return nil return nil
} }
// checkAnnotations will check each annotation for: // checkAnnotation will check each annotation for:
// 1 - Does it contain the internal validation and docs config? // 1 - Does it contain the internal validation and docs config?
// 2 - Does the ingress contains annotations? (validate null pointers) // 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!) // 3 - Does it contains a validator? Should it contain a validator (not containing is a bug!)