var _ … // newCPUBurnPods creates a list of pods (specification) with a workload that will consume all available CPU resources up to container limit func newCPUBurnPods(numPods int, image imageutils.Config, cpuLimit string, memoryLimit string) []*v1.Pod { … }