Add a feature gate in the apiserver to control whether paging can be used. Add controls to the storage factory that allow it to be disabled per resource. Use a JSON encoded continuation token that can be versioned. Create a 410 error if the continuation token is expired. Adds GetContinue() to ListMeta. Kubernetes-commit: 8952a0cb722b77459cf2701632a30f5b264f5aba |
||
|---|---|---|
| .. | ||
| BUILD | ||
| doc.go | ||
| resource_config.go | ||
| resource_config_test.go | ||
| resource_encoding_config.go | ||
| storage_codec.go | ||
| storage_factory.go | ||
| storage_factory_test.go | ||