Skip to content

Commit

Permalink
Merge pull request #1502 from simonpasquier/fix-comment-typo
Browse files Browse the repository at this point in the history
fix comment typo in pkg/storage/pod.go
  • Loading branch information
k8s-ci-robot authored Jun 3, 2024
2 parents cb1b979 + 0edc6ba commit b7a466e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/storage/pod.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ import (
// if time duration less than 10s, can produce inaccurate data
const freshContainerMinMetricsResolution = 10 * time.Second

// nodeStorage stores last two pod metric batches and calculates cpu & memory usage
// podStorage stores last two pod metric batches and calculates cpu & memory usage.
//
// This implementation only stores metric points if they are newer than the
// points already stored and the cpuUsageOverTime function used to handle
Expand Down

0 comments on commit b7a466e

Please sign in to comment.