Merge pull request #91598 from Huang-Wei/podtopologyspread-ga

Remove `EvenPodsSpread` featuregate and related logic
This commit is contained in:
Kubernetes Prow Robot
2020-06-04 07:05:28 -07:00
committed by GitHub
19 changed files with 65 additions and 104 deletions

View File

@@ -8398,7 +8398,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 only honored by clusters that enable 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"
},