-
Notifications
You must be signed in to change notification settings - Fork 204
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Ensure that resource limits that exactly equal capacity are allo…
…wed (#200) * Ensure that resource limits that exactly equal capacity are allowed Change the definition of ExceededBy to allow exact resource matches (this can happen if a Provisioner has `spec.resources.limits.cpu` set to a value identical to a node's CPU count (or a multiple of a node's CPU count)) * Add test case for limits ExceededBy method
- Loading branch information
1 parent
9766dd1
commit 2018a5e
Showing
2 changed files
with
31 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters