Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 6Ki (0.09 sec)

  1. staging/src/k8s.io/apimachinery/pkg/api/resource/quantity_test.go

    		expect    string
    		alternate string
    	}{
    		{decQuantity(1024*1024*1024, 0, BinarySI), "1Gi", "1024Mi"},
    		{decQuantity(300*1024*1024, 0, BinarySI), "300Mi", "307200Ki"},
    		{decQuantity(6*1024, 0, BinarySI), "6Ki", ""},
    		{decQuantity(1001*1024*1024*1024, 0, BinarySI), "1001Gi", "1025024Mi"},
    		{decQuantity(1024*1024*1024*1024, 0, BinarySI), "1Ti", "1024Gi"},
    		{decQuantity(5, 0, BinarySI), "5", "5000m"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 49.4K bytes
    - Viewed (0)
Back to top