Merge pull request #1766 from xianlubird/bug/fix-typo

Fix ingress typo
This commit is contained in:
Manuel Alejandro de Brito Fontes 2017-11-29 21:00:24 -03:00 committed by GitHub
commit fdfb55cc3e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1182,7 +1182,7 @@ func (n *NGINXController) SetForceReload(shouldReload bool) {
func (n *NGINXController) extractAnnotations(ing *extensions.Ingress) {
anns := n.annotations.Extract(ing)
glog.V(3).Infof("updating annotations information for ingres %v/%v", anns.Namespace, anns.Name)
glog.V(3).Infof("updating annotations information for ingress %v/%v", anns.Namespace, anns.Name)
n.listers.IngressAnnotation.Update(anns)
}