Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for plSpecCommons (0.25 sec)

  1. staging/src/k8s.io/apiserver/pkg/util/flowcontrol/apf_controller.go

    	diff := math.Abs(x - y)
    	den := math.Max(math.Abs(x), math.Abs(y))
    	if den == 0 {
    		return 0
    	}
    	return diff / den
    }
    
    // plSpecCommons returns the (NominalConcurrencyShares, LendablePercent, BorrowingLimitPercent) of the given priority level config
    func plSpecCommons(pl *flowcontrol.PriorityLevelConfiguration) (*int32, *int32, *int32) {
    	if limiter := pl.Spec.Limited; limiter != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 48.8K bytes
    - Viewed (0)
Back to top