k3s/test/e2e
Kubernetes Submit Queue e4b5181026 Merge pull request #44361 from caesarxuchao/move-v1-helpers
Automatic merge from submit-queue (batch tested with PRs 44364, 44361, 42498)

Move v1 helpers

The first 3 commits are other PRs.

This PR move pkg/api/v1/helpers.go to a subpackage, which is almost symmetric to #44296, where pkg/api/helpers.go was moved.

This PR is mostly mechanic, except that
1. moved the 3 methods of Taint and Toleration to pkg/api/methods.go
2. moved constants and types defined in v1/helpers.go to pkg/api/v1/annotataion_key_constants.go and nonstandard_types.go
3. updated staging/copy.sh to copy pkg/api/helpers to client-go, it's otherwise removed from client-go because no other code in client-go depends on the package. Some test code in pkg/controller imports client-go/pkg/api/helpers. After moving api types to its own repo, we can remove these copies of utility function from client-go and ask users to use the ones in the main repo.

(This PR breaks a cyclic import problem i met when I tried to move global variables pkg/api/Scheme and Registry to a subpackage)
2017-04-14 17:55:59 -07:00
..
autoscaling Merge pull request #44502 from MaciekPytel/ca_fix_e2e_2 2017-04-14 15:38:59 -07:00
chaosmonkey autogenerated 2017-04-14 10:40:57 -07:00
cluster-logging autogenerated 2017-04-14 10:40:57 -07:00
common move pkg/api/v1/helpers.go to subpackage 2017-04-14 14:25:11 -07:00
framework move pkg/api/v1/helpers.go to subpackage 2017-04-14 14:25:11 -07:00
generated have multiple BUILD files in vendor/ 2017-04-14 10:36:15 -07:00
perf autogenerated 2017-04-14 10:40:57 -07:00
perftype
scheduling move pkg/api/v1/helpers.go to subpackage 2017-04-14 14:25:11 -07:00
storage move pkg/api/v1/helpers.go to subpackage 2017-04-14 14:25:11 -07:00
testing-manifests Make a smaller redis image for testing, based on Alpine. 2017-03-28 16:18:00 -07:00
upgrades move pkg/api/v1/helpers.go to subpackage 2017-04-14 14:25:11 -07:00
BUILD autogenerated 2017-04-14 10:40:57 -07:00
README.md test/e2e*: add/update README.md files. 2017-04-03 19:05:50 +02:00
addon_update.go Updates test/e2e/addon_update.go to match addon-manager's new behavior 2017-02-24 16:44:21 -08:00
apparmor.go AppArmor cluster upgrade test 2017-03-07 17:15:53 -08:00
cadvisor.go
cluster_upgrade.go Re-enabled HPA upgrade e2e test 2017-04-06 18:26:35 +02:00
cronjob.go Drop NewDefultGroupVersionFramework in favor of client automatically handling proper GroupVersions 2017-03-06 12:12:38 +01:00
daemon_restart.go
daemon_set.go DaemonSet e2e changes 2017-04-11 23:23:47 +02:00
dashboard.go
deployment.go Merge pull request #43818 from kargakis/reduce-deployment-replicas 2017-04-06 15:12:21 -07:00
disruption.go
dns.go Removed hostname/subdomain annotation. 2017-04-10 13:55:40 +08:00
dns_common.go Configure DNS based on the kube-system:kube-dns ConfigMap 2017-02-27 11:31:59 -08:00
dns_configmap.go Move DNS configmap tests to slow, serial suites 2017-03-27 17:39:11 -07:00
e2e-example-config.json
e2e.go e2e tests should be multizone aware 2017-04-06 13:28:29 +02:00
e2e_test.go Segregate storage e2es for easier assignment. 2017-04-12 20:39:29 -05:00
empty.go Sig-scalability test segregation to allow for assignment and cleaning, and 2017-03-26 11:01:09 -05:00
empty_dir_wrapper.go
etcd_failure.go test: update replica set e2e test 2017-03-30 14:49:15 +02:00
events.go
example_cluster_dns.go
examples.go Switch statefulset controller to shared informers 2017-02-22 08:53:51 -05:00
firewall.go
garbage_collector.go increase timeout for orphan e2e test 2017-03-10 18:13:48 -08:00
generated_clientset.go Merge pull request #42734 from dashpole/deletion_timeout 2017-03-09 15:06:53 -08:00
gke_local_ssd.go
gke_node_pools.go
ha_master.go
ingress.go upgrade tests: ingress/glbc 2017-03-01 11:52:55 -08:00
initial_resources.go
job.go Implements an upgrade test for Job. Job common functionality is refactored into the framework package to allow for code sharing between e2e and upgrade tests. 2017-02-27 09:24:59 -08:00
kibana_logging.go
kube_proxy.go
kubectl.go In 'kubectl describe', find controllers with ControllerRef, instead of showing the original creator 2017-04-11 15:41:57 -07:00
kubelet.go use sudo in mv ssh cmd 2017-04-13 18:08:03 -07:00
kubelet_perf.go e2e: bump the memory limit for kubelet 2017-03-17 11:44:32 -07:00
limit_range.go Initial breakout of scheduling e2es to help assist in both assignment 2017-03-13 22:34:57 -05:00
logging_soak.go
metrics_grabber_test.go
monitoring.go Merge pull request #42930 from KarolKraskiewicz/influxdb-clientv2 2017-03-22 02:41:43 -07:00
namespace.go
network_partition.go e2e for cluster-autoscaler unhealthy cluster handling 2017-04-04 14:36:44 +02:00
networking.go Use ping to ip instead of wget google.com in net connectivity check 2017-03-27 17:18:55 -07:00
networking_perf.go
nodeoutofdisk.go
pod_gc.go
podpreset.go Add settings API and admission controller 2017-03-01 13:04:28 -08:00
pods.go
portforward.go Remove conformance from port forwarding so local / secure clusters aren't expected to support it. 2017-04-07 16:48:26 -04:00
pre_stop.go
proxy.go
rc.go Merge pull request #43897 from kargakis/fix-rs-test 2017-03-31 04:07:18 -07:00
reboot.go
replica_set.go Merge pull request #43897 from kargakis/fix-rs-test 2017-03-31 04:07:18 -07:00
resize_nodes.go Extract commonly used functions from e2e/resize_nodes.go to e2e/framework 2017-04-04 00:01:20 +02:00
resource_quota.go e2e tests: use attributes instead of beta annotations 2017-03-02 10:23:57 +01:00
restart.go
security_context.go
service.go Don't run preserve pod IP test in userspace mode 2017-04-03 08:15:22 +02:00
service_accounts.go
service_latency.go
serviceloadbalancers.go
ssh.go
statefulset.go Allow StatefulSet controller to PATCH Pods. 2017-03-14 09:27:33 -07:00
taints_test.go Extend timeouts in taints test to account for slow Pod deletions 2017-03-10 14:23:47 +01:00
third-party.go
ubernetes_lite.go
util_iperf.go

README.md

See e2e-tests

Analytics