k3s/test/e2e
Kubernetes Submit Queue 6defc30337 Merge pull request #39882 from deads2k/api-59-errors
Automatic merge from submit-queue (batch tested with PRs 38592, 39949, 39946, 39882)

move api/errors to apimachinery

`pkg/api/errors` is a set of helpers around `meta/v1.Status` that help to create and interpret various apiserver errors.  Things like `.NewNotFound` and `IsNotFound` pairings.  This pull moves it into apimachinery for use by the clients and servers.

@smarterclayton @lavalamp First commit is the move plus minor fitting.  Second commit is straight replace and generation.
2017-01-16 10:37:42 -08:00
..
chaosmonkey Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
common mechanical 2017-01-16 09:35:12 -05:00
framework Merge pull request #39882 from deads2k/api-59-errors 2017-01-16 10:37:42 -08:00
generated Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
perftype Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
testing-manifests Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
BUILD mechanical 2017-01-16 09:35:12 -05:00
addon_update.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00
apparmor.go Add cluster-level AppArmor E2E test 2016-12-02 10:37:28 -08:00
autoscaling_utils.go Merge pull request #38592 from krousey/client-context 2017-01-16 10:37:38 -08:00
cadvisor.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00
cluster_logging_es.go Merge pull request #38592 from krousey/client-context 2017-01-16 10:37:38 -08:00
cluster_logging_gcl.go Include gcl logging test in gke suite 2017-01-13 15:36:32 +01:00
cluster_logging_utils.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
cluster_size_autoscaling.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00
cluster_upgrade.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00
cronjob.go mechanical 2017-01-16 09:35:12 -05:00
daemon_restart.go Made cache.Controller to be interface. 2017-01-13 13:33:23 +08:00
daemon_set.go mechanical 2017-01-16 09:35:12 -05:00
dashboard.go Merge pull request #38592 from krousey/client-context 2017-01-16 10:37:38 -08:00
density.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00
deployment.go mechanical 2017-01-16 09:35:12 -05:00
disruption.go use apimachinery packages instead of client-go packages 2017-01-13 14:04:54 -05:00
dns.go Merge pull request #38592 from krousey/client-context 2017-01-16 10:37:38 -08:00
dns_autoscaling.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00
dns_configmap.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00
e2e-example-config.json
e2e.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00
e2e_test.go
empty.go Allow for configuring timeout for waiting for nodes 2016-12-13 09:55:34 +01:00
empty_dir_wrapper.go Add [Volume] tag to all the volume-related E2E tests. 2017-01-11 11:25:21 -08:00
etcd_failure.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
events.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
example_cluster_dns.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00
example_k8petstore.go Merge pull request #38592 from krousey/client-context 2017-01-16 10:37:38 -08:00
examples.go Merge pull request #38592 from krousey/client-context 2017-01-16 10:37:38 -08:00
federated-ingress.go mechanical 2017-01-16 09:35:12 -05:00
federated-namespace.go mechanical 2017-01-16 09:35:12 -05:00
federated-secret.go mechanical 2017-01-16 09:35:12 -05:00
federated-service.go mechanical 2017-01-16 09:35:12 -05:00
federation-apiserver.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
federation-authn.go mechanical 2017-01-16 09:35:12 -05:00
federation-daemonset.go mechanical 2017-01-16 09:35:12 -05:00
federation-deployment.go mechanical 2017-01-16 09:35:12 -05:00
federation-event.go move federation_release_1_5 to federation_clientset 2016-12-14 12:39:49 -08:00
federation-replicaset.go mechanical 2017-01-16 09:35:12 -05:00
federation-util.go mechanical 2017-01-16 09:35:12 -05:00
firewall.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00
garbage_collector.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00
generated_clientset.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
gke_local_ssd.go mechanical repercussions 2017-01-13 08:27:14 -05:00
gke_node_pools.go
ha_master.go Merge pull request #39661 from NickrenREN/clientset-redundant-modify 2017-01-12 13:29:16 -08:00
horizontal_pod_autoscaling.go test/e2e 2016-11-23 15:53:09 -08:00
ingress.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
ingress_utils.go mechanical 2017-01-16 09:35:12 -05:00
initial_resources.go test/e2e 2016-11-23 15:53:09 -08:00
job.go mechanical 2017-01-16 09:35:12 -05:00
kibana_logging.go Merge pull request #38592 from krousey/client-context 2017-01-16 10:37:38 -08:00
kube_proxy.go Moves e2e service util functions into service_util.go and cleans up test codes 2017-01-03 15:36:15 -08:00
kubectl.go Merge pull request #39882 from deads2k/api-59-errors 2017-01-16 10:37:42 -08:00
kubelet.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00
kubelet_perf.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00
limit_range.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
load.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00
logging_soak.go New ns param for NewClusterVerification 2016-12-05 16:27:07 -05:00
mesos.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00
metrics_grabber_test.go Merge pull request #39814 from deads2k/api-58-multi-register 2017-01-13 12:37:02 -08:00
monitoring.go Merge pull request #38592 from krousey/client-context 2017-01-16 10:37:38 -08:00
namespace.go mechanical 2017-01-16 09:35:12 -05:00
network_partition.go Made cache.Controller to be interface. 2017-01-13 13:33:23 +08:00
networking.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
networking_perf.go New ns param for NewClusterVerification 2016-12-05 16:27:07 -05:00
node_problem_detector.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00
nodeoutofdisk.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00
opaque_resource.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
pd.go mechanical repercussions 2017-01-13 08:27:14 -05:00
persistent_volumes-disruptive.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
persistent_volumes.go mechanical 2017-01-16 09:35:12 -05:00
petset.go mechanical 2017-01-16 09:35:12 -05:00
pod_gc.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
pods.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
portforward.go Merge pull request #38396 from intelsdi-x/new_portforwardertester_in_test 2017-01-11 09:14:56 -08:00
pre_stop.go Merge pull request #38592 from krousey/client-context 2017-01-16 10:37:38 -08:00
proxy.go mechanical 2017-01-16 09:35:12 -05:00
rc.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
reboot.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00
replica_set.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
rescheduler.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
resize_nodes.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00
resource_quota.go Merge pull request #39661 from NickrenREN/clientset-redundant-modify 2017-01-12 13:29:16 -08:00
restart.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
scheduler_predicates.go mechanical 2017-01-16 09:35:12 -05:00
security_context.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
service.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00
service_accounts.go mechanical 2017-01-16 09:35:12 -05:00
service_latency.go start the apimachinery repo 2017-01-11 09:09:48 -05:00
serviceloadbalancers.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00
ssh.go
third-party.go mechanical repercussions 2017-01-13 08:27:14 -05:00
ubernetes_lite.go fix redundant alias clientset 2017-01-12 10:21:05 +08:00
util_iperf.go
volume_provisioning.go Merge pull request #39609 from jsafrane/remove-test-sleep 2017-01-13 21:04:51 -08:00
volumes.go mechanical 2017-01-16 09:35:12 -05:00