kubernetes/pkg/genericapiserver
Clayton Coleman 633683c08d
kube-apiserver options should be decoupled from impls
A few months ago we refactored options to keep it independent of the
implementations, so that it could be used in CLI tools to validate
config or to generate config, without pulling in the full dependency
tree of the master.  This change restores that by separating
server_run_options.go back to its own package.

Also, options structs should never contain non-serializable types, which
storagebackend.Config was doing with runtime.Codec. Split the codec out.

Fix a typo on the name of the etcd2.go storage backend.

Finally, move DefaultStorageMediaType to server_run_options.
2016-05-18 10:39:21 -04:00
..
options kube-apiserver options should be decoupled from impls 2016-05-18 10:39:21 -04:00
default_storage_factory_builder.go Moving StorageFactory building logic to genericapiserver 2016-05-10 00:57:11 -07:00
default_storage_factory_builder_test.go Moving StorageFactory building logic to genericapiserver 2016-05-10 00:57:11 -07:00
doc.go Extracting APIServer machinery code into a library 2015-12-16 13:54:23 -08:00
genericapiserver.go kube-apiserver options should be decoupled from impls 2016-05-18 10:39:21 -04:00
genericapiserver_test.go followup to add http server close method 2016-05-05 12:04:41 +08:00
OWNERS Move blunderbuss assignees into tree 2016-03-02 20:46:32 -05: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_test.go kube-apiserver options should be decoupled from impls 2016-05-18 10:39:21 -04:00
storage_factory.go kube-apiserver options should be decoupled from impls 2016-05-18 10:39:21 -04:00
storage_factory_test.go kube-apiserver options should be decoupled from impls 2016-05-18 10:39:21 -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