Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TestGetContainerUsageNanoCores (0.48 sec)

  1. pkg/kubelet/stats/cri_stats_provider_test.go

    	m.Used = resource.NewQuantity(int64(seed+offsetUsage), resource.BinarySI)
    	m.InodesUsed = resource.NewQuantity(int64(seed+offsetInodeUsage), resource.BinarySI)
    	return m
    }
    
    func TestGetContainerUsageNanoCores(t *testing.T) {
    	var value0 uint64
    	var value1 uint64 = 10000000000
    
    	// Test with a large container of 100+ CPUs
    	var value2 uint64 = 188427786383
    
    	tests := []struct {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 25 14:24:16 UTC 2024
    - 54.5K bytes
    - Viewed (0)
Back to top