Merge pull request #37055 from mbohlool/dev

Automatic merge from submit-queue

Add version to OpenAPI spec

OpenAPI is missing a version string. It should follow kubernetes version. It is a bugfix that need to be cherrypicked in 1.5 too.
This commit is contained in:
Kubernetes Submit Queue
2017-01-25 00:07:40 -08:00
committed by GitHub
3 changed files with 16 additions and 4 deletions

View File

@@ -2,7 +2,7 @@
"swagger": "2.0",
"info": {
"title": "Kubernetes",
"version": "unversioned"
"version": "v1.6.0"
},
"paths": {
"/api/": {