k3s/pkg/genericapiserver
k8s-merge-robot ab36e0e35e Merge pull request #24710 from smarterclayton/store_proto_in_etcd
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?
2016-05-05 19:00:20 -07:00
..
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05:00
doc.go
genericapiserver.go fix log message for self-signed cert generation 2016-05-05 16:56:47 -05:00
genericapiserver_test.go Handle streaming serializers more consistently 2016-04-22 11:07:24 -04:00
resource_config.go refactor resource overrides as positive logic interface 2016-03-28 09:24:49 -04:00
resource_config_test.go refactor resource overrides as positive logic interface 2016-03-28 09:24:49 -04:00
resource_encoding_config.go Storage, not Storgage 2016-05-05 12:08:22 -04:00
server_run_options.go Deleting duplicate code from federated-apiserver 2016-05-03 14:04:09 -07:00
storage_factory.go Split the storage and negotiation parts of Codecs 2016-05-05 12:08:23 -04:00
storage_factory_test.go Split the storage and negotiation parts of Codecs 2016-05-05 12:08:23 -04:00
tunneler.go Moving master.SSHTunneler to genericapiserver 2016-04-22 11:47:05 -07:00
tunneler_test.go Moving master.SSHTunneler to genericapiserver 2016-04-22 11:47:05 -07:00