Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestIPAllocatorClusterIPAllocatedMetrics (0.57 sec)

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

    		used:      264,
    		allocated: 264,
    		errors:    0,
    	}
    	expectMetrics(t, cidrIPv6, em)
    }
    
    func TestIPAllocatorClusterIPAllocatedMetrics(t *testing.T) {
    	clearMetrics()
    	// create IPv4 allocator
    	cidrIPv4 := "10.0.0.0/25"
    	_, clusterCIDRv4, _ := netutils.ParseCIDRSloppy(cidrIPv4)
    	a, err := newTestAllocator(clusterCIDRv4)
    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