kubernetes/cmd
k8s-merge-robot 2817674715 Merge pull request #29557 from deads2k/make-prefx-configurable
Automatic merge from submit-queue

make the resource prefix in etcd configurable for cohabitation

This looks big, its not as bad as it seems.

When you have different resources cohabiting, the resource name used for the etcd directory needs to be configurable.  HPA in two different groups worked fine before.  Now we're looking at something like RC<->RS.  They normally store into two different etcd directories.  This code allows them to be configured to store into the same location.

To maintain consistency across all resources, I allowed the `StorageFactory` to indicate which `ResourcePrefix` should be used inside `RESTOptions` which already contains storage information.

@lavalamp affects cohabitation.
@smarterclayton @mfojtik prereq for our rc<->rs and d<->dc story.
2016-07-28 03:01:28 -07:00
..
gendocs Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
genkubedocs Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
genman Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
genswaggertypedocs Remove GOMAXPROCS() calls because they are unnecessary 2016-07-19 11:08:21 +03:00
genutils Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
genyaml Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
hyperkube Merge pull request #29237 from ncdc/fixup-windows-term 2016-07-21 07:24:13 -07:00
kube-apiserver Merge pull request #29557 from deads2k/make-prefx-configurable 2016-07-28 03:01:28 -07:00
kube-controller-manager Merge pull request #29371 from ping035627/ping035627-patch-0722 2016-07-22 17:13:18 -07:00
kube-dns Remove GOMAXPROCS() calls because they are unnecessary 2016-07-19 11:08:21 +03:00
kube-proxy Remove GOMAXPROCS() calls because they are unnecessary 2016-07-19 11:08:21 +03:00
kubectl Merge pull request #29237 from ncdc/fixup-windows-term 2016-07-21 07:24:13 -07:00
kubelet Merge pull request #29254 from ping035627/ping035627-patch-0718 2016-07-27 01:24:21 -07:00
kubemark Remove GOMAXPROCS() calls because they are unnecessary 2016-07-19 11:08:21 +03:00
kubernetes-discovery Merge pull request #29042 from dims/fixup-imports 2016-07-18 07:23:38 -07:00
libs/go2idl Revert "add tokenreviews endpoint to implement webhook" 2016-07-21 09:40:35 +02:00
linkcheck Remove "All rights reserved" from all the headers. 2016-06-29 17:47:36 -07:00
mungedocs Fix broken warning image link in docs 2016-07-15 10:44:58 +01:00
OWNERS Remove myself from a bunch of OWNERS files, as I am too overloaded 2016-05-11 13:34:51 -07:00