Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for UncoveredQuotaScopes (0.12 sec)

  1. staging/src/k8s.io/apiserver/pkg/admission/plugin/resourcequota/controller.go

    	}
    
    	// verify that for every scope that had limited access enabled
    	// that there was a corresponding quota that covered it.
    	// if not, we reject the request.
    	scopesHasNoCoveringQuota, err := evaluator.UncoveredQuotaScopes(limitedScopes, restrictedScopes)
    	if err != nil {
    		return quotas, err
    	}
    	if len(scopesHasNoCoveringQuota) > 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 25.8K bytes
    - Viewed (0)
Back to top