var _ … var _ … // findWindowsNode finds a Windows node that is Ready and Schedulable func findWindowsNode(ctx context.Context, f *framework.Framework) (v1.Node, error) { … } // newKubeletStatsTestPods creates a list of pods (specification) for test. func newKubeletStatsTestPods(numPods int, image imageutils.Config, nodeName string) []*v1.Pod { … }