Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestIPAllocatorClusterIPMetrics (0.31 sec)

  1. pkg/registry/core/service/ipallocator/ipallocator_test.go

    		}
    		if !calls.Equal(tc) {
    			t.Errorf("[%d] expected calls to equal testcase: %v vs %v", i, calls.List(), tc.List())
    		}
    	}
    }
    
    func TestIPAllocatorClusterIPMetrics(t *testing.T) {
    	clearMetrics()
    	// create IPv4 allocator
    	cidrIPv4 := "10.0.0.0/24"
    	_, clusterCIDRv4, _ := netutils.ParseCIDRSloppy(cidrIPv4)
    	a, err := newTestAllocator(clusterCIDRv4)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sun Jun 25 13:14:46 UTC 2023
    - 24.2K bytes
    - Viewed (0)
Back to top