kubernetes/pkg/scheduler/algorithm
Wei Huang c649666b4a
manual API changes and code refactoring
- add Policy API to pkg/scheduler/apis/config and staging/src/k8s.io/kube-scheduler/config/v1
- dual-register Policy as apiGroup "v1" and "kubescheduler.config.k8s.io
- move/merge pkg/scheduler/api to pkg/scheduler/apis/config/...
- alias schedulerapi to pkg/scheduler/apis/config
- alias legacyapi to pkg/scheduler/api
- eliminate latest.Codec; use scheme.Codecs instead
- unit tests to verify Policy YAML with version "v1" or "kubescheduler.config.k8s.io/v1" can be loaded properly
- update api/api-rules/violation_exceptions.list
2019-11-01 14:24:36 -07:00
..
predicates manual API changes and code refactoring 2019-11-01 14:24:36 -07:00
priorities Migrate EvenPodsSpread Priority as Score plugin in map/reduce style 2019-10-31 00:52:37 -07:00
BUILD feat(scheduler): replace several algorithm listers with client listers 2019-10-19 17:26:32 +08:00
doc.go Fix golint errors in pkg/scheduler based on golint check 2018-02-08 15:22:47 +08:00
scheduler_interface.go refactor scheduler extender related API 2019-10-01 09:51:24 -07:00
types.go manual API changes and code refactoring 2019-11-01 14:24:36 -07:00