• k8s-merge-robot's avatar
    Merge pull request #24710 from smarterclayton/store_proto_in_etcd · ab36e0e3
    k8s-merge-robot authored
    Automatic merge from submit-queue
    
    Allow etcd to store protobuf objects
    
    Split storage serialization from client negotiation, and allow API server to take flag controlling serialization.
    
    TODO:
    
    * [x] API server still doesn't start - range allocation object doesn't seem to round trip correctly to etcd
    * [ ] Verify that third party resources are ignoring protobuf (add a test)
    * [ ] Add integration tests that verify storage is correctly protobuf
    * [ ] Add a global default for which storage format to prefer?
    ab36e0e3
Name
Last commit
Last update
..
OWNERS Loading commit data...
doc.go Loading commit data...
genericapiserver.go Loading commit data...
genericapiserver_test.go Loading commit data...
resource_config.go Loading commit data...
resource_config_test.go Loading commit data...
resource_encoding_config.go Loading commit data...
server_run_options.go Loading commit data...
storage_factory.go Loading commit data...
storage_factory_test.go Loading commit data...
tunneler.go Loading commit data...
tunneler_test.go Loading commit data...