mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-08 19:47:56 +00:00
set actual podToMake values
This commit is contained in:
parent
2fa02552eb
commit
0f083966a7
@ -397,8 +397,8 @@ func TestPIDPressure_VerifyPodStatus(t *testing.T) {
|
||||
podMaker := makePodWithPIDStats
|
||||
summaryStatsMaker := makePIDStats
|
||||
podsToMake := []podToMake{
|
||||
{},
|
||||
{},
|
||||
{name: "pod1", priority: lowPriority, pidUsage: 500},
|
||||
{name: "pod2", priority: defaultPriority, pidUsage: 500},
|
||||
}
|
||||
pods := []*v1.Pod{}
|
||||
podStats := map[*v1.Pod]statsapi.PodStats{}
|
||||
|
Loading…
Reference in New Issue
Block a user