Add version to OpenAPI spec

This commit is contained in:
mbohlool
2016-11-17 19:21:18 -08:00
parent 6b293d4c13
commit 2c23c68eff
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/": {