var _ …
type densityTest …
func runDensityBatchTest(ctx context.Context, f *framework.Framework, testArg densityTest) (time.Duration, []e2emetrics.PodLatencyData) { … }
func createBatchPodWithRateControl(ctx context.Context, f *framework.Framework, pods []*v1.Pod, interval time.Duration) map[string]metav1.Time { … }
func newInformerWatchPod(ctx context.Context, f *framework.Framework, mutex *sync.Mutex, watchTimes map[string]metav1.Time, podType string) cache.Controller { … }
func newDensityTestPods(numPods int, volume bool, imageName, podType string) []*v1.Pod { … }
func deletePodsSync(ctx context.Context, f *framework.Framework, pods []*v1.Pod) { … }