Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for knownMilliCPUToShares (0.18 sec)

  1. pkg/kubelet/kuberuntime/helpers_linux_test.go

    		}
    	}
    }
    
    func getLocal(v string) *string {
    	return &v
    }
    
    func TestSharesToMilliCPU(t *testing.T) {
    	knownMilliCPUToShares := map[int64]int64{
    		0:    2,
    		1:    2,
    		2:    2,
    		3:    3,
    		4:    4,
    		32:   32,
    		64:   65,
    		100:  102,
    		250:  256,
    		500:  512,
    		1000: 1024,
    		1500: 1536,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Apr 24 18:25:29 UTC 2024
    - 16.6K bytes
    - Viewed (0)
Back to top