Sfoglia il codice sorgente

actually fix conflict

AjayTripathy 6 anni fa
parent
commit
25b5b72094
1 ha cambiato i file con 0 aggiunte e 4 eliminazioni
  1. 0 4
      pkg/costmodel/router.go

+ 0 - 4
pkg/costmodel/router.go

@@ -915,7 +915,6 @@ func Initialize(additionalConfigWatchers ...ConfigWatchers) {
 		if conf.GetName() == "pricing-configs" {
 		if conf.GetName() == "pricing-configs" {
 			_, err := cloudProvider.UpdateConfigFromConfigMap(conf.Data)
 			_, err := cloudProvider.UpdateConfigFromConfigMap(conf.Data)
 			if err != nil {
 			if err != nil {
-<<<<<<< HEAD
 				klog.Infof("ERROR UPDATING %s CONFIG: %s", "pricing-configs", err.Error())
 				klog.Infof("ERROR UPDATING %s CONFIG: %s", "pricing-configs", err.Error())
 			}
 			}
 		}
 		}
@@ -925,9 +924,6 @@ func Initialize(additionalConfigWatchers ...ConfigWatchers) {
 				if err != nil {
 				if err != nil {
 					klog.Infof("ERROR UPDATING %s CONFIG: %s", cw.ConfigmapName, err.Error())
 					klog.Infof("ERROR UPDATING %s CONFIG: %s", cw.ConfigmapName, err.Error())
 				}
 				}
-=======
-				klog.Infof("[Error] Failed to update config: %s", err.Error())
->>>>>>> 288c807c9cb0bc007d3369f758f45bcc27857c7f
 			}
 			}
 		}
 		}
 	}
 	}