Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 8Ki (0.03 sec)

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

    		{"0T", decQuantity(0, 0, DecimalSI)},
    
    		// Quantity less numbers are allowed
    		{"1", decQuantity(1, 0, DecimalSI)},
    
    		// Binary suffixes
    		{"1Ki", decQuantity(1024, 0, BinarySI)},
    		{"8Ki", decQuantity(8*1024, 0, BinarySI)},
    		{"7Mi", decQuantity(7*1024*1024, 0, BinarySI)},
    		{"6Gi", decQuantity(6*1024*1024*1024, 0, BinarySI)},
    		{"5Ti", decQuantity(5*1024*1024*1024*1024, 0, BinarySI)},
    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