kubernetes/cmd
k8s-merge-robot d89d45a861 Merge pull request #25266 from smarterclayton/common_storage
Automatic merge from submit-queue

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.

@nikhiljindal as per my comment in #24454, @liggitt because you and I
discussed this last time
2016-05-19 06:13:38 -07:00
..
genbashcomp insert space after comment character in cmd folder 2016-01-08 16:25:57 +05:30
gendocs Make kubectl bash completion namespace aware and add noun aliases 2016-04-03 16:25:56 +02:00
genkubedocs Make kubectl bash completion namespace aware and add noun aliases 2016-04-03 16:25:56 +02:00
genman insert space after comment character in cmd folder 2016-01-08 16:25:57 +05:30
genswaggertypedocs fix imported package names to not use under_scores 2015-10-16 16:37:03 +08:00
genutils Make copyright ownership statement generic 2015-05-01 17:49:56 -04:00
genyaml Create cmd to generate kubectl yaml docs 2016-04-11 17:07:45 -07:00
hyperkube cmd/hyperkube: add make-symlinks flag 2016-05-05 21:36:18 +00:00
integration rkt: Add tests for GarbageCollect(). 2016-05-13 15:13:52 -07:00
kube-apiserver kube-apiserver options should be decoupled from impls 2016-05-18 10:39:21 -04:00
kube-controller-manager Merge pull request #24331 from jsafrane/devel/refactor-binder 2016-05-19 03:06:46 -07:00
kube-proxy Fix the rest of the code 2016-04-29 17:12:10 -04:00
kubectl Add kubectl to the hyperkube binary 2015-11-12 22:18:16 -08:00
kubelet Add kubelet flag for eviction max pod grace period 2016-05-13 11:19:05 -04:00
kubemark Allow setting content-type in binaries 2016-04-21 14:12:13 +02:00
kubernetes-discovery Adding a discovery summarizer server 2016-05-13 13:52:23 -07:00
libs/go2idl Merge pull request #25033 from smarterclayton/use_upstream_conversion 2016-05-15 04:54:54 -07:00
linkcheck linkchecker tool now visits the URL to determine if it's valid 2016-01-26 17:01:37 -08:00
mungedocs mungedocs should not assume upstream remote 2016-04-27 21:33:09 -04:00
OWNERS Remove myself from a bunch of OWNERS files, as I am too overloaded 2016-05-11 13:34:51 -07:00