k3s/test/e2e/apimachinery
Clayton Coleman da7124e5e5
Fill partial pages on the server rather than forcing client to
The etcd3 storage now attempts to fill partial pages to prevent clients
having to make more round trips (latency from server to etcd is lower
than client to server). The server makes repeated requests to etcd of
the current page size, then uses the filter function to eliminate any
matches. After this change the apiserver will always return full pages,
but we leave the language in place that clients must tolerate it.

Reduces tail latency of large filtered lists, such as viewing pods
assigned to a node.
2017-10-10 09:11:44 -04:00
..
BUILD Fill partial pages on the server rather than forcing client to 2017-10-10 09:11:44 -04:00
aggregator.go etcd: update version to 3.1.10 2017-10-02 12:27:46 -07:00
chunking.go Fill partial pages on the server rather than forcing client to 2017-10-10 09:11:44 -04:00
custom_resource_definition.go Update to version gate CRDs to 1.7 and greater 2017-07-21 14:37:56 -05:00
etcd_failure.go Rename test dir to allude sig-apps ownership 2017-07-22 12:43:36 +02:00
framework.go
garbage_collector.go Correct CronJob group version at remaining places 2017-09-03 11:17:33 +02:00
generated_clientset.go Remove the conversion of client config, because client-go is authoratative now 2017-09-12 16:02:17 -07:00
initializers.go Merge pull request #51283 from caesarxuchao/fix-initializer-validate 2017-09-02 20:35:22 -07:00
namespace.go Merge pull request #48919 from YuxiJin-tobeyjin/e2enamespace 2017-07-17 21:25:07 -07:00
table_conversion.go Port e2e tests for multi architecture 2017-09-01 05:40:52 +05:30