kubernetes/test/integration
Kubernetes Submit Queue c523476d6f Merge pull request #40124 from mbohlool/separation
Automatic merge from submit-queue

Use full package path for definition name in OpenAPI spec

We were using short package name (last part of package name) plus type name for OpenAPI spec definition name. That can result in duplicate names and make the spec invalid. To be sure we will always have unique names, we are going to use full package name as definition name. Also "x-kubernetes-tag" custom field is added to definitions to list Group/Version/Kind for the definitions that has it. This will help clients to discover definitions easier.
Lastly, we've added a reference from old definition names to the new ones to keep backward compatibilities. The list of old definitions will not be updated.

**Release note**:
- Rename OpenAPI definition names to type's full package names to prevent duplicates
- Create OpenAPI extension "x-kubernetes-group-version-kind" for definitions to store Group/Version/Kind
- Deprecate old definition names and create a reference to the new definitions. Old definitions will be removed in the next release.
2017-02-01 12:06:39 -08:00
..
auth move genericapiserver authenticator and authorizer factories 2017-01-26 08:50:47 -05:00
client move dynamic and discovery clients 2017-01-26 08:37:06 -05:00
configmap find and replace 2017-01-20 08:04:53 -05:00
discoverysummarizer rename kubernetes-discovery to kube-aggregator 2017-01-10 12:27:42 -05:00
evictions move util/intstr to apimachinery 2017-01-30 12:46:59 -05:00
examples start the apimachinery repo 2017-01-11 09:09:48 -05:00
federation [Federation] Register autoscaling apis to federation api server 2017-01-22 12:27:56 +05:30
framework Merge pull request #40124 from mbohlool/separation 2017-02-01 12:06:39 -08:00
garbagecollector move dynamic and discovery clients 2017-01-26 08:37:06 -05:00
kubectl mechanical 2017-01-23 10:03:55 -05:00
master refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
metrics refactor: move ListOptions references to metav1 2017-01-23 17:52:46 -05:00
objectmeta find and replace 2017-01-20 08:04:53 -05:00
openshift genericapiserver: fix imports 2017-01-19 13:06:47 +01:00
pods find and replace 2017-01-20 08:04:53 -05:00
quota move client/record 2017-01-31 19:14:13 -05:00
replicaset make tools/cache authoritative 2017-01-25 08:29:45 -05:00
replicationcontroller make tools/cache authoritative 2017-01-25 08:29:45 -05:00
scheduler move client/record 2017-01-31 19:14:13 -05:00
scheduler_perf move client/record 2017-01-31 19:14:13 -05:00
secrets find and replace 2017-01-20 08:04:53 -05:00
serviceaccount pkg/api: move Semantic equality to k8s.io/apimachinery/pkg/api/equality 2017-01-29 21:41:45 +01:00
storageclasses pkg/api/resource: move to apimachinery 2017-01-29 21:41:44 +01:00
thirdparty find and replace 2017-01-20 08:04:53 -05:00
volume move client/record 2017-01-31 19:14:13 -05:00
benchmark-controller.json
BUILD mechanical 2017-01-16 09:35:12 -05:00
doc.go
utils.go mechanical 2017-01-16 09:35:12 -05:00