func TestServiceAllocation(t *testing.T) { … } func TestServiceAllocIPAddressLargeCIDR(t *testing.T) { … } func TestMigrateService(t *testing.T) { … } // TestSkewedAllocatorsRollback creating an apiserver with the new allocator and // later starting an old apiserver with the bitmap allocator. func TestSkewedAllocatorsRollback(t *testing.T) { … } // TestSkewAllocatorsRollout test that two different apiservers, one with // the feature gate enable and other with it disable, can not allocate // the same IP to two different Services func TestSkewAllocatorsRollout(t *testing.T) { … } func TestFlagsIPAllocator(t *testing.T) { … }