Update Heapster API in Godeps

This commit is contained in:
Marcin Wielgus
2016-01-26 16:45:46 +01:00
parent 6c63acdd3d
commit b49cba7182
4 changed files with 34 additions and 4 deletions

View File

@@ -119,7 +119,7 @@ func (tc *testCase) prepareTestClient(t *testing.T) *testclient.Fake {
if latestTimestamp.Before(timestamp) {
latestTimestamp = timestamp
}
heapsterMetricPoint := heapster.MetricPoint{timestamp, reportedMetricPoint.level}
heapsterMetricPoint := heapster.MetricPoint{timestamp, reportedMetricPoint.level, nil}
heapsterMetricPoints = append(heapsterMetricPoints, heapsterMetricPoint)
}
metric := heapster.MetricResult{