From e59130e70a52ef647a4ddb608edd28536849f940 Mon Sep 17 00:00:00 2001 From: Tariq Ibrahim Date: Wed, 29 Apr 2020 12:59:05 -0700 Subject: [PATCH] s/RelicaSets/ReplicaSets Kubernetes-commit: 9760dec9dc84d68c6613887128de192b4a66feff --- testdata/openapi/swagger.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testdata/openapi/swagger.json b/testdata/openapi/swagger.json index 6e4b7d9c..760ad19f 100644 --- a/testdata/openapi/swagger.json +++ b/testdata/openapi/swagger.json @@ -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" },