Search Options

Results per page
Sort
Preferred Languages
Advance

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

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

    		}
    		return
    	}
    
    	if e.lockAcquisitionFunc != nil {
    		releaseLocks := e.lockAcquisitionFunc(quotas)
    		defer releaseLocks()
    	}
    
    	e.checkQuotas(quotas, admissionAttributes, 3)
    }
    
    // checkQuotas checks the admission attributes against the passed quotas.  If a quota applies, it will attempt to update it
    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