File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
vertical-pod-autoscaler/pkg/recommender/model Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -306,7 +306,7 @@ func AggregateStateByContainerName(aggregateContainerStateMap aggregateContainer
306306}
307307
308308// ContainerStateAggregatorProxy is a wrapper for ContainerStateAggregator
309- // that creates CnontainerStateAgregator for container if it is no longer
309+ // that creates ContainerStateAgregator for container if it is no longer
310310// present in the cluster state.
311311type ContainerStateAggregatorProxy struct {
312312 containerID ContainerID
Original file line number Diff line number Diff line change @@ -59,7 +59,7 @@ const (
5959 // epsilon is the minimal weight kept in histograms, it should be small enough that old samples
6060 // (just inside MemoryAggregationWindowLength) added with minSampleWeight are still kept
6161 epsilon = 0.001 * minSampleWeight
62- // DefaultMemoryAggregationIntervalCount is the default value for MemoryAggregationIntevalCount .
62+ // DefaultMemoryAggregationIntervalCount is the default value for MemoryAggregationIntervalCount .
6363 DefaultMemoryAggregationIntervalCount = 8
6464 // DefaultMemoryAggregationInterval is the default value for MemoryAggregationInterval.
6565 // which the peak memory usage is computed.
You can’t perform that action at this time.
0 commit comments