Merge pull request #77278 from liggitt/enable-etcd-paging

Enable API resource paging by default, by feature gate in sample-apiserver

Kubernetes-commit: 005eb53ea1d9a0fac4f008f79a9ee559436def53
This commit is contained in:
Kubernetes Publisher 2019-05-02 23:36:16 -07:00
commit 0804cc0e5e
1 changed files with 1 additions and 0 deletions

View File

@ -72,6 +72,7 @@ type Config struct {
func NewDefaultConfig(prefix string, codec runtime.Codec) *Config {
return &Config{
Paging: true,
Prefix: prefix,
Codec: codec,
CompactionInterval: DefaultCompactInterval,