mirror of
https://github.com/kubernetes/kubectl.git
synced 2026-05-28 04:35:50 -04:00
s/RelicaSets/ReplicaSets
Kubernetes-commit: 9760dec9dc84d68c6613887128de192b4a66feff
This commit is contained in:
parent
7651eb25ff
commit
e59130e70a
1 changed files with 1 additions and 1 deletions
2
testdata/openapi/swagger.json
vendored
2
testdata/openapi/swagger.json
vendored
|
|
@ -12530,7 +12530,7 @@
|
|||
"type": "integer"
|
||||
},
|
||||
"revisionHistoryLimit": {
|
||||
"description": "The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. This is set to the max value of int32 (i.e. 2147483647) by default, which means \"retaining all old RelicaSets\".",
|
||||
"description": "The number of old ReplicaSets to retain to allow rollback. This is a pointer to distinguish between explicit zero and not specified. This is set to the max value of int32 (i.e. 2147483647) by default, which means \"retaining all old ReplicaSets\".",
|
||||
"format": "int32",
|
||||
"type": "integer"
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in a new issue