use Pod.Status.StartTime as pod's cgroup start time in summary API
This commit is contained in:
@@ -264,7 +264,8 @@ func newTestKubeletWithImageList(
|
||||
kubelet.resourceAnalyzer,
|
||||
kubelet.podManager,
|
||||
kubelet.runtimeCache,
|
||||
fakeRuntime)
|
||||
fakeRuntime,
|
||||
kubelet.statusManager)
|
||||
fakeImageGCPolicy := images.ImageGCPolicy{
|
||||
HighThresholdPercent: 90,
|
||||
LowThresholdPercent: 80,
|
||||
|
Reference in New Issue
Block a user