Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for newSuffixer (0.49 sec)

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

    	constructBytes(base, exponent int32, fmt Format) (s []byte, ok bool)
    }
    
    // quantitySuffixer handles suffixes for all three formats that quantity
    // can handle.
    var quantitySuffixer = newSuffixer()
    
    type bePair struct {
    	base, exponent int32
    }
    
    type listSuffixer struct {
    	suffixToBE      map[suffix]bePair
    	beToSuffix      map[bePair]suffix
    	beToSuffixBytes map[bePair][]byte
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jul 27 03:17:50 UTC 2022
    - 5.2K bytes
    - Viewed (0)
Back to top