Fix function name in comment (#11296)
Signed-off-by: cuiyourong <cuiyourong@gmail.com>
This commit is contained in:
parent
48fbdfe3ba
commit
7379b80459
1 changed files with 1 additions and 1 deletions
|
@ -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!)
|
||||||
|
|
Loading…
Reference in a new issue