k3s/test/e2e
Kubernetes Submit Queue 5b916f8b02
Merge pull request #67284 from caesarxuchao/token-with-410
Automatic merge from submit-queue (batch tested with PRs 67571, 67284, 66835, 68096, 68152). If you want to cherry-pick this change to another branch, please follow the instructions here: https://github.com/kubernetes/community/blob/master/contributors/devel/cherry-picks.md.

apiserver returns continue together with the 410 error

Implements https://github.com/kubernetes/kubernetes/issues/66981#issuecomment-410845134.

Closes #66981.

/sig api-machinery
/assign @lavalamp @liggitt @smarterclayton 

```release-note
Upon receiving a LIST request with expired continue token, the apiserver now returns a continue token together with the 410 "the from parameter is too old " error. If the client does not care about getting a list from a consistent snapshot, the client can use this token to continue listing from the next key, but the returned chunk will be from the latest snapshot.
```
2018-08-31 20:41:37 -07:00
..
apimachinery generated 2018-08-31 17:56:12 -07:00
apps Add Labels to various OWNERS files 2018-08-21 13:59:08 -04:00
auth Merge pull request #66842 from hanxiaoshuai/cleanup0801 2018-08-09 08:39:41 -07:00
autoscaling Allow requesting specific gpu in autoscaling e2e tests 2018-08-17 17:15:45 +02:00
chaosmonkey
common Merge pull request #67571 from mgdevstack/master-commit-runtime 2018-08-31 20:37:27 -07:00
framework Merge pull request #67780 from luxas/move_kubelet_config_pkg 2018-08-30 11:07:14 -07:00
generated Add pointer comments 2018-04-25 09:47:14 -07:00
instrumentation Generate files and modifications for autoscaling/v2beta2 and custom_metrics/v1beta2 2018-08-27 11:07:53 -04:00
kubectl some minor fix in test/e2e/kubectl/kubectl.go 2018-08-15 09:06:21 +08:00
lifecycle e2e: Ensure that sysrq-trigger is enabled before use 2018-08-06 11:49:12 -04:00
manifest Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
network Merge pull request #67835 from smarterclayton/serial 2018-08-26 10:39:01 -07:00
node Merge pull request #66209 from tianshapjq/should-not-fmtprintf 2018-08-17 02:27:10 -07:00
perftype
scalability Merge pull request #67764 from shyamjvs/add-etcd-db-size-measurement 2018-08-30 09:49:43 -07:00
scheduling Merge pull request #67687 from Lion-Wei/remote-reschrduler 2018-08-23 12:32:17 -07:00
servicecatalog Update the nginx image from hub.docker.com 2018-08-04 05:19:53 +05:30
storage Merge pull request #68099 from mkimuram/issue/68093 2018-08-30 18:34:42 -07:00
testing-manifests Update the nginx image from hub.docker.com 2018-08-04 05:19:53 +05:30
ui Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
upgrades e2e test harness - use busybox from dockerhub 2018-08-07 11:22:16 -04:00
BUILD Run hack/update-bazel.sh 2018-06-22 16:22:57 -07:00
README.md
e2e-example-config.json
e2e.go In e2e framework, wait for kube-system daemonsets to be ready. 2018-08-16 15:20:23 +02:00
e2e_test.go
examples.go removes job scaler 2018-04-04 08:23:21 -04:00
gke_local_ssd.go update tests to be specific about the versions they are testing instead of floating 2018-05-01 13:18:41 -04:00
gke_node_pools.go

README.md

See e2e-tests

Analytics