Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for eEinumkKMGTP (0.09 sec)

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

    	}
    	return q
    }
    
    const (
    	// splitREString is used to separate a number from its suffix; as such,
    	// this is overly permissive, but that's OK-- it will be checked later.
    	splitREString = "^([+-]?[0-9.]+)([eEinumkKMGTP]*[-+]?[0-9]*)$"
    )
    
    var (
    	// Errors that could happen while parsing a string.
    	ErrFormatWrong = errors.New("quantities must match the regular expression '" + splitREString + "'")
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 21:48:10 UTC 2024
    - 23.8K bytes
    - Viewed (0)
Back to top