From a67f43f565b7c41d22e6af93d3edfbb1097aa50c 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 --- .../handlers/fieldmanager/internal/testdata/swagger.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/endpoints/handlers/fieldmanager/internal/testdata/swagger.json b/pkg/endpoints/handlers/fieldmanager/internal/testdata/swagger.json index 6ed29904e..acd6bce74 100644 --- a/pkg/endpoints/handlers/fieldmanager/internal/testdata/swagger.json +++ b/pkg/endpoints/handlers/fieldmanager/internal/testdata/swagger.json @@ -2570,7 +2570,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" },