s/RelicaSets/ReplicaSets

Kubernetes-commit: 9760dec9dc84d68c6613887128de192b4a66feff
This commit is contained in:
Tariq Ibrahim 2020-04-29 12:59:05 -07:00 committed by Kubernetes Publisher
parent 7651eb25ff
commit e59130e70a
1 changed files with 1 additions and 1 deletions

View File

@ -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"
},