Merge pull request #11297 from k8s-infra-cherrypick-robot/cherry-pick-11296-to-release-1.10
Fix function name in comment
This commit is contained in:
commit
427d275dce
1 changed files with 1 additions and 1 deletions
|
@ -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!)
|
||||
|
|
Loading…
Reference in a new issue