Skip to content

Commit

Permalink
Fix ingress typo
Browse files Browse the repository at this point in the history
Signed-off-by: xianlubird <xianlubird@gmail.com>
Signed-off-by: xianlu <xianlu.cxl@alibaba-inc.com>
  • Loading branch information
xianlubird authored and xianlu committed Nov 29, 2017
1 parent 37a230c commit 6e18d00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/ingress/controller/controller.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
}

Expand Down

0 comments on commit 6e18d00

Please sign in to comment.