Implement Equaler

This commit is contained in:
Manuel de Brito Fontes 2017-06-14 19:40:25 -04:00
parent 75a4a61254
commit 92eeb7828b
12 changed files with 560 additions and 31 deletions

View file

@ -412,7 +412,7 @@ func (ic *GenericController) syncIngress(key interface{}) error {
}
if ic.runningConfig != nil && ic.runningConfig.Equal(&pcfg) {
glog.Infof("skipping backend reload (no changes detected)")
glog.V(3).Infof("skipping backend reload (no changes detected)")
return nil
}