var mirrorPodUID … var staticPodUID … var normalPodUID … var mirrorPodName … var staticPodName … var normalPodName … var mirrorPod … var staticPod … var normalPod … var sortOpt … func TestAddOrUpdatePod(t *testing.T) { … } func verify(t *testing.T, pm *basicManager, isMirror bool, expectedPod *v1.Pod) { … } // Tests that pods/maps are properly set after the pod update, and the basic // methods work correctly. func TestGetSetPods(t *testing.T) { … } func TestRemovePods(t *testing.T) { … }