func TestEndpointSliceMirroring(t *testing.T) { … } func TestEndpointSliceMirroringUpdates(t *testing.T) { … } func TestEndpointSliceMirroringSelectorTransition(t *testing.T) { … } func waitForMirroredSlices(t *testing.T, client *clientset.Clientset, nsName, svcName string, num int) error { … } // isSubset check if all the elements in a exist in b func isSubset(a, b map[string]string) bool { … }