Update API doc for feature PodTopologySpread (a.k.a EvenPodsSpread)

This commit is contained in:
Wei Huang
2020-02-20 10:53:29 -08:00
parent 056374d9c8
commit 54be6ca679
5 changed files with 5 additions and 8 deletions

View File

@@ -8553,7 +8553,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. This field is only honored by clusters that enable the EvenPodsSpread feature. All topologySpreadConstraints are ANDed.",
"items": {
"$ref": "#/definitions/io.k8s.api.core.v1.TopologySpreadConstraint"
},