kubernetes/plugin/pkg/scheduler/algorithm/predicates
Connor Doyle c93646e8da Support opaque integer resource accounting.
- Prevents kubelet from overwriting capacity during sync.
- Handles opaque integer resources in the scheduler.
  - Adds scheduler predicate tests for opaque resources.
- Validates opaque int resources:
  - Ensures supplied opaque int quantities in node capacity,
    node allocatable, pod request and pod limit are integers.
  - Adds tests for new validation logic (node update and pod spec).
- Added e2e tests for opaque integer resources.
2016-10-28 10:15:13 -07:00
..
BUILD fix tests by declaring testdata 2016-10-21 17:32:32 -07:00
error.go Revert "Add kubelet awareness to taint tolerant match caculator." 2016-10-07 12:10:55 -07:00
metadata.go PredicateMetadata factory and optimization, Cleaned up some comments, 2016-10-20 08:27:11 -04:00
predicates_test.go Support opaque integer resource accounting. 2016-10-28 10:15:13 -07:00
predicates.go Support opaque integer resource accounting. 2016-10-28 10:15:13 -07:00
utils_test.go PredicateMetadata factory and optimization, Cleaned up some comments, 2016-10-20 08:27:11 -04:00
utils.go Part 1 of pr #33763: cleanup CheckServiceAffinity in preparation for 2016-10-13 10:38:45 -04:00