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:
commit
0804cc0e5e
|
|
@ -72,6 +72,7 @@ type Config struct {
|
||||||
|
|
||||||
func NewDefaultConfig(prefix string, codec runtime.Codec) *Config {
|
func NewDefaultConfig(prefix string, codec runtime.Codec) *Config {
|
||||||
return &Config{
|
return &Config{
|
||||||
|
Paging: true,
|
||||||
Prefix: prefix,
|
Prefix: prefix,
|
||||||
Codec: codec,
|
Codec: codec,
|
||||||
CompactionInterval: DefaultCompactInterval,
|
CompactionInterval: DefaultCompactInterval,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue