mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-09-19 08:54:44 +00:00
fix api description in swagger
This commit is contained in:
@@ -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"
|
||||
}
|
||||
|
@@ -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."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
@@ -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."
|
||||
}
|
||||
}
|
||||
},
|
||||
|
Reference in New Issue
Block a user