kubernetes/plugin/pkg
Kubernetes Submit Queue 67adbc419d Merge pull request #30796 from derekwaynecarr/quota-bz
Automatic merge from submit-queue

Quota usage checking ignores unrelated resources

Scenario:

1. Create 4 services
2. Add a quota that limits services to 3
3. Create a pod

Expected result:
pod creation succeeds

Actual result:
pod creation fails stating that services exceed quota.

Fix:
less than or equal check should only verify resources pertinent to request.

Related:
https://bugzilla.redhat.com/show_bug.cgi?id=1367733
2016-08-20 04:57:05 -07:00
..
admission Merge pull request #30796 from derekwaynecarr/quota-bz 2016-08-20 04:57:05 -07:00
auth add subjectaccessreviews resource 2016-08-05 11:20:56 -04:00
client/auth oidc auth provider: don't trim issuer URL 2016-08-18 16:37:50 -07:00
scheduler Merge pull request #30609 from m1093782566/update-comment-info 2016-08-19 15:47:33 -07:00
webhook Func note not consistent with real fun name 2016-07-16 10:25:01 +08:00