Prechádzať zdrojové kódy

Merge branch 'niko/allocation' of github.com:kubecost/cost-model into niko/allocation

Niko Kovacevic 5 rokov pred
rodič
commit
58be627673
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  1. 1 1
      pkg/costmodel/allocation.go

+ 1 - 1
pkg/costmodel/allocation.go

@@ -487,7 +487,7 @@ func applyPodResults(window kubecost.Window, resolution time.Duration, podMap ma
 			continue
 		}
 
-		// Adjust timestamps accorind to the resolution and the adjustment
+		// Adjust timestamps according to the resolution and the adjustment
 		// coefficients, as described above. That is, count the start timestamp
 		// from the beginning of the resolution, not the end. Then "reduce" the
 		// start and end by the correct amount, in the case that the "running"