fix api description in swagger

This commit is contained in:
zhengjiajin
2017-05-25 20:08:11 +08:00
parent 1e1040b524
commit 60c3152c56
22 changed files with 23 additions and 23 deletions

View File

@@ -48230,7 +48230,7 @@
"io.k8s.kubernetes.pkg.apis.apps.v1beta1.RollbackConfig": {
"properties": {
"revision": {
"description": "The revision to rollback to. If set to 0, rollbck to the last revision.",
"description": "The revision to rollback to. If set to 0, rollback to the last revision.",
"type": "integer",
"format": "int64"
}
@@ -51107,7 +51107,7 @@
"io.k8s.kubernetes.pkg.apis.extensions.v1beta1.RollbackConfig": {
"properties": {
"revision": {
"description": "The revision to rollback to. If set to 0, rollbck to the last revision.",
"description": "The revision to rollback to. If set to 0, rollback to the last revision.",
"type": "integer",
"format": "int64"
}

View File

@@ -5650,7 +5650,7 @@
"revision": {
"type": "integer",
"format": "int64",
"description": "The revision to rollback to. If set to 0, rollbck to the last revision."
"description": "The revision to rollback to. If set to 0, rollback to the last revision."
}
}
},

View File

@@ -9364,7 +9364,7 @@
"revision": {
"type": "integer",
"format": "int64",
"description": "The revision to rollback to. If set to 0, rollbck to the last revision."
"description": "The revision to rollback to. If set to 0, rollback to the last revision."
}
}
},