This commit is contained in:
Di Xu
2017-08-02 09:26:40 +08:00
parent 7b45e5344b
commit edaf66c276
5 changed files with 5 additions and 5 deletions

View File

@@ -51699,7 +51699,7 @@
"format": "int32"
},
"revisionHistoryLimit": {
"description": "The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2.",
"description": "The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10.",
"type": "integer",
"format": "int32"
},

View File

@@ -7111,7 +7111,7 @@
"revisionHistoryLimit": {
"type": "integer",
"format": "int32",
"description": "The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 2."
"description": "The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. Defaults to 10."
},
"paused": {
"type": "boolean",