commit
fdfb55cc3e
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