k3s/test/integration
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
..
framework Merge pull request #18635 from timothysc/etcd_client_post_cleanup 2015-12-18 14:14:21 +01:00
auth_test.go use constants for group names 2015-12-14 10:04:10 -05:00
benchmark-controller.json Updating scripts to use v1 instead of v1beta3 2015-07-01 00:23:16 -07:00
client_test.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
doc.go Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
etcd_tools_test.go Updating kubernetes proper to use latest etcd client library 2015-12-16 15:56:35 -06:00
extender_test.go Implement multi-scheduler: 2015-12-22 10:49:40 +08:00
kubectl_test.go Fixing integrations test 2015-10-15 16:54:17 -07:00
master_benchmark_test.go Fix compile errors in benchmark 2015-12-02 11:36:26 +01:00
master_test.go apis/experimental->apis/extensions 2015-10-09 15:04:41 -07:00
metrics_test.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
openshift_test.go Extracting APIServer machinery code into a library 2015-12-16 13:54:23 -08:00
persistent_volumes_test.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
scheduler_test.go Implement multi-scheduler: 2015-12-22 10:49:40 +08:00
secret_test.go update testapi to eliminate redundant fields 2015-12-07 15:54:26 -05:00
service_account_test.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
utils.go Updating kubernetes proper to use latest etcd client library 2015-12-16 15:56:35 -06:00