Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestClusterIPAllocatedMetrics (0.39 sec)

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

    		used:      264,
    		allocated: 264,
    		errors:    0,
    	}
    	expectMetrics(t, cidrIPv6, em)
    }
    
    func TestClusterIPAllocatedMetrics(t *testing.T) {
    	clearMetrics()
    	// create IPv4 allocator
    	cidrIPv4 := "10.0.0.0/25"
    	_, clusterCIDRv4, _ := netutils.ParseCIDRSloppy(cidrIPv4)
    	a, err := NewInMemory(clusterCIDRv4)
    	if err != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 25 20:32:40 UTC 2023
    - 21.1K bytes
    - Viewed (0)
Back to top