Explorar o código

remove old comment

AjayTripathy %!s(int64=6) %!d(string=hai) anos
pai
achega
06e8b4f043
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  1. 0 1
      costmodel/costmodel.go

+ 0 - 1
costmodel/costmodel.go

@@ -2065,7 +2065,6 @@ func (cm *CostModel) costDataRange(cli prometheusClient.Client, clientset kubern
 		if _, ok := containerNameCost[key]; ok {
 		if _, ok := containerNameCost[key]; ok {
 			continue // because ordering is important for the allocation model (all PV's applied to the first), just dedupe if it's already been added.
 			continue // because ordering is important for the allocation model (all PV's applied to the first), just dedupe if it's already been added.
 		}
 		}
-		// The container has been deleted, or is from a different clusterID
 		c, _ := NewContainerMetricFromKey(key)
 		c, _ := NewContainerMetricFromKey(key)
 		RAMReqV, ok := RAMReqMap[key]
 		RAMReqV, ok := RAMReqMap[key]
 		if !ok {
 		if !ok {