Fix ingress typo
Signed-off-by: xianlubird <xianlubird@gmail.com> Signed-off-by: xianlu <xianlu.cxl@alibaba-inc.com>
This commit is contained in:
parent
37a230c56a
commit
6e18d00cd7
1 changed files with 1 additions and 1 deletions
|
@ -1182,7 +1182,7 @@ func (n *NGINXController) SetForceReload(shouldReload bool) {
|
||||||
|
|
||||||
func (n *NGINXController) extractAnnotations(ing *extensions.Ingress) {
|
func (n *NGINXController) extractAnnotations(ing *extensions.Ingress) {
|
||||||
anns := n.annotations.Extract(ing)
|
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)
|
n.listers.IngressAnnotation.Update(anns)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue