• Kubernetes Submit Queue's avatar
    Merge pull request #28353 from deads2k/refactor-quota-calculation · 44c8ed1a
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue
    
    refactor quota calculation for re-use
    
    Refactors quota calculation to allow reuse. This will allow us to do "punch through" calculation inside of admission if a particular quota needs usage stats and allows downstream re-use by moving calculation closer to the evaluators and separating "needs calculation" logic from "do calculation".
    
    @derekwaynecarr 
    44c8ed1a
Name
Last commit
Last update
..
doc.go Loading commit data...
replenishment_controller.go Loading commit data...
replenishment_controller_test.go Loading commit data...
resource_quota_controller.go Loading commit data...
resource_quota_controller_test.go Loading commit data...