From 4fd9c3f1d2398f88158ad115b57f8105075417bc Mon Sep 17 00:00:00 2001 From: Wei Huang Date: Wed, 27 May 2020 14:24:26 -0700 Subject: [PATCH] Remove `EvenPodsSpread` featuregate and related logic Kubernetes-commit: 133dde63589bfb9f149607d1e8f6ae519d41719f --- 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 760ad19fc..96b4b766b 100644 --- a/testdata/openapi/swagger.json +++ b/testdata/openapi/swagger.json @@ -10058,7 +10058,7 @@ "type": "array" }, "topologySpreadConstraints": { - "description": "TopologySpreadConstraints describes how a group of pods ought to spread across topology domains. Scheduler will schedule pods in a way which abides by the constraints. This field is alpha-level and is only honored by clusters that enables the EvenPodsSpread feature. All topologySpreadConstraints are ANDed.", + "description": "TopologySpreadConstraints describes how a group of pods ought to spread across topology domains. Scheduler will schedule pods in a way which abides by the constraints. All topologySpreadConstraints are ANDed.", "items": { "$ref": "#/definitions/io.k8s.api.core.v1.TopologySpreadConstraint" },