k3s/plugin/pkg/scheduler
Kubernetes Submit Queue a85d352de9 Merge pull request #37234 from liggitt/revert-flex_node_conditions
Automatic merge from submit-queue

Revert "Avoid hard-coding list of Node Conditions"

* we don't know how other API consumers are using node conditions (there was no prior expectation that the scheduler would block on custom conditions)
* not all conditions map directly to schedulability (e.g. `MemoryPressure`/`DiskPressure`)
* not all conditions use True to mean "unschedulable" (e.g. `Ready`)

This reverts commit 511b2ecaa8 to avoid breaking existing API users and to avoid constraining future uses of the node conditions API
2016-11-21 17:41:59 -08:00
..
algorithm Fix invalid predicates describe 2016-11-19 22:30:15 +08:00
algorithmprovider revert #33218. dont need #36180. We only use diskpressure 2016-11-04 08:29:27 -07:00
api autogenerated 2016-10-21 17:32:32 -07:00
factory Revert "Avoid hard-coding list of Node Conditions" 2016-11-21 14:55:11 -05:00
metrics autogenerated 2016-10-21 17:32:32 -07:00
schedulercache Support opaque integer resource accounting. 2016-10-28 10:15:13 -07:00
testing autogenerated 2016-10-21 17:32:32 -07:00
BUILD autogenerated 2016-10-21 17:32:32 -07:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
equivalence_cache.go Update provider and cache 2016-10-10 09:25:15 +01:00
extender.go modify extends.Filter 2016-08-04 14:03:32 +08:00
extender_test.go PredicateMetadata factory and optimization, Cleaned up some comments, 2016-10-20 08:27:11 -04:00
generic_scheduler.go Merge pull request #35932 from jayunit100/sched_events_spam_reduce 2016-11-06 17:48:31 -08:00
generic_scheduler_test.go PredicateMetadata factory and optimization, Cleaned up some comments, 2016-10-20 08:27:11 -04:00
scheduler.go Make "Unschedulable" reason a constant in api 2016-10-12 17:43:24 +02:00
scheduler_test.go Reduce spam in Events from scheduler by counter aggregation of failure 2016-11-03 13:53:35 -04:00