Remove `EvenPodsSpread` featuregate and related logic

Kubernetes-commit: 133dde63589bfb9f149607d1e8f6ae519d41719f
This commit is contained in:
Wei Huang 2020-05-27 14:24:26 -07:00 committed by Kubernetes Publisher
parent 676c3447d4
commit a67f43f565
1 changed files with 1 additions and 1 deletions

View File

@ -2570,7 +2570,7 @@
"type": "array" "type": "array"
}, },
"topologySpreadConstraints": { "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": { "items": {
"$ref": "#/definitions/io.k8s.api.core.v1.TopologySpreadConstraint" "$ref": "#/definitions/io.k8s.api.core.v1.TopologySpreadConstraint"
}, },