Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ValidateLimitResponse (0.13 sec)

  1. pkg/apis/flowcontrol/validation/validation.go

    		requestGV == flowcontrolv1beta2.SchemeGroupVersion:
    		return "assuredConcurrencyShares"
    	default:
    		return "nominalConcurrencyShares"
    	}
    }
    
    // ValidateLimitResponse validates a LimitResponse
    func ValidateLimitResponse(lr flowcontrol.LimitResponse, fldPath *field.Path) field.ErrorList {
    	var allErrs field.ErrorList
    	switch lr.Type {
    	case flowcontrol.LimitResponseTypeReject:
    		if lr.Queuing != nil {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Mon Oct 30 22:22:51 UTC 2023
    - 26.7K bytes
    - Viewed (0)
Back to top