• Kubernetes Submit Queue's avatar
    Merge pull request #40683 from wojtek-t/protobufs_by_default · fe992b79
    Kubernetes Submit Queue authored
    Automatic merge from submit-queue (batch tested with PRs 40691, 40551, 40683, 40700, 40702)
    
    Enable protobufs as storage format by default
    
    **Release note**:
    
    ```release-note
    Change default storage format to protobufs. With this PR apiserver will be writing objects serialized as protobufs to etcd. If the apiserver was upgraded in the existing clusters, until an object will be written, it will still be stored as JSON. Apiserver can deal with some data being in json and some in protobuf format as of 1.4 release.
    ```
    
    @kubernetes/sig-api-machinery-misc @kubernetes/sig-api-machinery-pr-reviews
    fe992b79
Name
Last commit
Last update
..
mux Loading commit data...
openapi Loading commit data...
options Loading commit data...
routes Loading commit data...
BUILD Loading commit data...
OWNERS Loading commit data...
config.go Loading commit data...
config_selfclient.go Loading commit data...
discovery.go Loading commit data...
doc.go Loading commit data...
genericapiserver.go Loading commit data...
genericapiserver_test.go Loading commit data...
healthz.go Loading commit data...
hooks.go Loading commit data...
resource_config.go Loading commit data...
resource_config_test.go Loading commit data...
resource_encoding_config.go Loading commit data...
serve.go Loading commit data...
serve_test.go Loading commit data...
server_run_options_test.go Loading commit data...
storage_factory.go Loading commit data...
storage_factory_test.go Loading commit data...