func TestGetPodList(t *testing.T) { … } func TestGetFirstPod(t *testing.T) { … } func newPodList(count, isUnready, isUnhealthy int, labels map[string]string) *corev1.PodList { … }
func TestGetPodList(t *testing.T) { … } func TestGetFirstPod(t *testing.T) { … } func newPodList(count, isUnready, isUnhealthy int, labels map[string]string) *corev1.PodList { … }