kubernetes/test/e2e
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
..
cleanup Add ingress cleanup script 2015-12-06 14:42:40 -08:00
testing-manifests Fix service-loadbalancer e2e tests 2015-10-12 21:25:43 -03:00
addon_update.go Moving everyone to unversioned client 2015-08-18 10:23:03 -07:00
autoscaling_utils.go Autoscaling e2e tests: bumped resource consumer to version beta2. 2015-12-14 16:55:26 +01:00
cadvisor.go Update e2e tests to list only schedulable nodes, to make them work with master Node registered. 2015-12-14 16:28:23 +01:00
cluster_size_autoscaling.go Update e2e tests to list only schedulable nodes, to make them work with master Node registered. 2015-12-14 16:28:23 +01:00
cluster_upgrade.go Update e2e tests to list only schedulable nodes, to make them work with master Node registered. 2015-12-14 16:28:23 +01:00
container_probe.go Bump the timeout for container readiness probe e2e tests 2015-12-08 08:27:38 -08:00
core.go make SSH logging in e2e more consistent 2015-11-20 14:49:19 -08:00
daemon_restart.go Add [Disruptive] and [Serial] labels to appropriate tests 2015-12-18 11:12:28 -08:00
daemon_set.go increase timeout on complex daemonset test 2015-12-17 09:26:42 -08:00
density.go Merge pull request #18358 from gmarek/use-proxy 2015-12-17 06:37:55 -08:00
deployment.go Make label and deployment name in deployment e2e test unique 2015-12-17 19:58:48 -08:00
dns.go Merge pull request #18773 from ihmccreery/fix-upgrade-proxy 2015-12-19 21:10:34 -08:00
docker_containers.go Port remaining e2e tests to framework 2015-10-27 09:24:32 +01:00
downward_api.go Fix race condition for consuming podIP via downward API. 2015-10-13 16:39:11 -04:00
downwardapi_volume.go rising timeout for mount-tester image 2015-12-07 16:44:07 +01:00
e2e_test.go add a label to namespaces created by e2e framework 2015-12-11 09:53:56 -08:00
empty_dir.go use constants for group names 2015-12-14 10:04:10 -05:00
es_cluster_logging.go Merge pull request #18783 from freehan/eslogging 2015-12-17 17:31:08 -08:00
etcd_failure.go Add [Disruptive] and [Serial] labels to appropriate tests 2015-12-18 11:12:28 -08:00
events.go Implement multi-scheduler: 2015-12-22 10:49:40 +08:00
example_cluster_dns.go Merge pull request #18536 from mikedanese/ns-label 2015-12-17 02:38:04 -08:00
example_k8petstore.go Update e2e tests to list only schedulable nodes, to make them work with master Node registered. 2015-12-14 16:28:23 +01:00
examples.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
expansion.go Tag conformance tests with a [Conformance] string in the description 2015-10-09 23:14:43 +01:00
framework.go Merge pull request #18536 from mikedanese/ns-label 2015-12-17 02:38:04 -08:00
garbage_collector.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
google_compute.go Improve the error handling when creating/delete GCE IPs in e2e tests. 2015-10-15 17:57:46 +00:00
horizontal_pod_autoscaling.go HPA: parameterize stasis, minReplicas, maxReplicas as struct. 2015-12-03 14:34:49 -05:00
host_path.go use constants for group names 2015-12-14 10:04:10 -05:00
ingress.go Add [Disruptive] and [Serial] labels to appropriate tests 2015-12-18 11:12:28 -08:00
initial_resources.go Cleanup e2e tags 2015-11-23 13:42:12 -08:00
job.go Added ActiveDeadlineSeconds to jobs, allowing failing a job after 2015-12-17 15:26:42 +01:00
kibana_logging.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
kube-ui.go Fix kube-ui e2e test waiting for the rc pods 2015-10-18 14:51:36 +01:00
kubectl.go Merge pull request #18773 from ihmccreery/fix-upgrade-proxy 2015-12-19 21:10:34 -08:00
kubelet_etc_hosts.go use constants for group names 2015-12-14 10:04:10 -05:00
kubelet_perf.go Add [Disruptive] and [Serial] labels to appropriate tests 2015-12-18 11:12:28 -08:00
kubelet_stats.go Merge pull request #18529 from timstclair/server 2015-12-17 04:27:11 -08:00
kubelet.go Update e2e tests to list only schedulable nodes, to make them work with master Node registered. 2015-12-14 16:28:23 +01:00
kubeproxy.go Merge pull request #18509 from gmarek/fix-e2e-pd 2015-12-17 02:06:23 -08:00
latency.go Update e2e tests to list only schedulable nodes, to make them work with master Node registered. 2015-12-14 16:28:23 +01:00
load.go Update e2e tests to list only schedulable nodes, to make them work with master Node registered. 2015-12-14 16:28:23 +01:00
log_size_monitoring.go Add a tool for monitoring log generation rates 2015-11-30 16:04:48 +01:00
mesos.go Merge pull request #18509 from gmarek/fix-e2e-pd 2015-12-17 02:06:23 -08:00
metrics_util.go Merge pull request #18358 from gmarek/use-proxy 2015-12-17 06:37:55 -08:00
monitor_resources.go Add [Disruptive] and [Serial] labels to appropriate tests 2015-12-18 11:12:28 -08:00
monitoring.go Update e2e tests to list only schedulable nodes, to make them work with master Node registered. 2015-12-14 16:28:23 +01:00
namespace.go Merge pull request #18536 from mikedanese/ns-label 2015-12-17 02:38:04 -08:00
networking.go Update e2e tests to list only schedulable nodes, to make them work with master Node registered. 2015-12-14 16:28:23 +01:00
nodeoutofdisk.go Add [Disruptive] and [Serial] labels to appropriate tests 2015-12-18 11:12:28 -08:00
pd.go Merge pull request #18509 from gmarek/fix-e2e-pd 2015-12-17 02:06:23 -08:00
persistent_volumes.go update testapi to eliminate redundant fields 2015-12-07 15:54:26 -05:00
pods.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
portforward.go Refactor debug logging methods. 2015-11-16 18:57:59 -08:00
pre_stop.go Add version-guarding around calls to SubResource proxy in e2es 2015-12-16 11:18:47 -08:00
privileged.go use constants for group names 2015-12-14 10:04:10 -05:00
prompush.go Make Service e2e run a bit faster 2015-10-05 12:49:46 -07:00
proxy.go Update e2e tests to list only schedulable nodes, to make them work with master Node registered. 2015-12-14 16:28:23 +01:00
rc.go Tag conformance tests with a [Conformance] string in the description 2015-10-09 23:14:43 +01:00
reboot.go Add [Disruptive] and [Serial] labels to appropriate tests 2015-12-18 11:12:28 -08:00
resize_nodes.go Add [Disruptive] and [Serial] labels to appropriate tests 2015-12-18 11:12:28 -08:00
restart.go Update e2e tests to list only schedulable nodes, to make them work with master Node registered. 2015-12-14 16:28:23 +01:00
scheduler_predicates.go Add [Disruptive] and [Serial] labels to appropriate tests 2015-12-18 11:12:28 -08:00
secrets.go Fix race condition for consuming podIP via downward API. 2015-10-13 16:39:11 -04:00
security_context.go Cleanup e2e tags 2015-11-23 13:42:12 -08:00
service_accounts.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
service_latency.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
service.go Merge pull request #18682 from bprashanth/docker_exec 2015-12-19 20:32:53 -08:00
serviceloadbalancers.go Switch to versioned ListOptions in client. 2015-12-14 14:26:09 +01:00
ssh.go make SSH logging in e2e more consistent 2015-11-20 14:49:19 -08:00
util.go Merge pull request #18773 from ihmccreery/fix-upgrade-proxy 2015-12-19 21:10:34 -08:00
volumes.go Add version-guarding around calls to SubResource proxy in e2es 2015-12-16 11:18:47 -08:00