mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-05-28 04:04:39 -04:00
Remove redundant MilliValue call in GetRawMetric for podautoscaler,
which has no functional impact.
This commit is contained in:
parent
89b1db79d7
commit
a352bf8815
1 changed files with 0 additions and 2 deletions
|
|
@ -164,8 +164,6 @@ func (c *customMetricsClient) GetRawMetric(metricName string, namespace string,
|
|||
Window: window,
|
||||
Value: int64(m.Value.MilliValue()),
|
||||
}
|
||||
|
||||
m.Value.MilliValue()
|
||||
}
|
||||
|
||||
timestamp := metrics.Items[0].Timestamp.Time
|
||||
|
|
|
|||
Loading…
Reference in a new issue