HaiyangDING
d9f3607292
Implement multi-scheduler:
...
1. Name default scheduler with name `kube-scheduler`
2. The default scheduler only schedules the pods meeting the following condition:
- the pod has no annotation "scheduler.alpha.kubernetes.io/name: <scheduler-name>"
- the pod has annotation "scheduler.alpha.kubernetes.io/name: kube-scheduler"
update gofmt
update according to @david's review
run hack/test-integration.sh, hack/test-go.sh and local e2e.test
2015-12-22 10:49:40 +08:00
..
2015-09-17 09:41:56 -04:00
2015-12-18 09:40:50 -08:00
2015-12-17 16:57:29 -08:00
2015-12-15 08:37:07 -05:00
2015-12-17 16:57:29 -08:00
2015-12-15 18:54:08 +01:00
2015-11-24 09:45:36 -05:00
2015-12-10 19:24:23 -08:00
2015-12-17 09:14:12 -05:00
2015-12-15 03:25:09 -08:00
2015-12-16 11:01:15 -08:00
2015-12-17 16:57:29 -08:00
2015-10-09 15:14:03 -07:00
2015-12-22 10:49:40 +08:00
2015-12-19 05:57:24 -08:00
2015-08-05 17:30:03 -07:00
2015-10-12 08:45:49 -05:00
2015-12-07 15:54:26 -05:00
2015-12-15 10:56:00 -05:00
2015-12-09 08:13:15 -05:00
2015-12-17 08:50:48 -08:00
2015-08-05 17:30:03 -07:00
2015-11-06 13:42:51 +08:00
2015-05-01 17:49:56 -04:00
2015-08-05 17:30:03 -07:00
2015-08-27 15:34:07 -04:00
2015-12-09 21:15:02 -05:00
2015-11-25 12:15:48 -05:00
2015-12-15 13:36:25 -05:00
2015-12-15 13:36:25 -05:00
2015-07-01 00:23:16 -07:00
2015-07-01 00:23:16 -07:00
2015-12-15 13:36:25 -05:00
2015-12-15 13:36:25 -05:00
2015-12-16 15:01:13 -08:00
2015-07-01 15:54:17 -07:00
2015-05-01 17:49:56 -04:00
2015-08-11 13:55:37 -07:00
2015-11-23 17:27:14 +01:00
2015-12-05 18:15:48 -05:00
2015-12-16 15:01:13 -08:00
2015-12-17 08:50:48 -08:00
2015-12-22 10:49:40 +08:00