Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestShouldWorkOnSecondary (0.32 sec)

  1. pkg/registry/core/service/ipallocator/controller/repair_test.go

    }
    
    func makeFakeClientSet() *fake.Clientset {
    	return fake.NewSimpleClientset()
    }
    func makeIPNet(cidr string) *net.IPNet {
    	_, net, _ := netutils.ParseCIDRSloppy(cidr)
    	return net
    }
    func TestShouldWorkOnSecondary(t *testing.T) {
    	testCases := []struct {
    		name             string
    		expectedFamilies []corev1.IPFamily
    		primaryNet       *net.IPNet
    		secondaryNet     *net.IPNet
    	}{
    		{
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat Sep 30 15:46:06 UTC 2023
    - 21.1K bytes
    - Viewed (0)
Back to top