const defaultIPv4CIDR … const defaultIPv6CIDR … func newController(t *testing.T, objects []*networkingapiv1beta1.ServiceCIDR) (*fake.Clientset, *Controller) { … } func TestControllerSync(t *testing.T) { … } func expectAction(t *testing.T, actions []k8stesting.Action, expected [][]string) { … }