Skip to content

Commit 479759e

Browse files
authored
Merge pull request kubernetes#88377 from Huang-Wei/pts-doc-update
Update API doc for feature PodTopologySpread (a.k.a EvenPodsSpread)
2 parents cd34941 + 54be6ca commit 479759e

File tree

5 files changed

+5
-8
lines changed

5 files changed

+5
-8
lines changed

api/openapi-spec/swagger.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pkg/apis/core/types.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2765,8 +2765,7 @@ type PodSpec struct {
27652765
EnableServiceLinks *bool
27662766
// TopologySpreadConstraints describes how a group of pods ought to spread across topology
27672767
// domains. Scheduler will schedule pods in a way which abides by the constraints.
2768-
// This field is alpha-level and is only honored by clusters that enables the EvenPodsSpread
2769-
// feature.
2768+
// This field is only honored by clusters that enable the EvenPodsSpread feature.
27702769
// All topologySpreadConstraints are ANDed.
27712770
// +optional
27722771
TopologySpreadConstraints []TopologySpreadConstraint

staging/src/k8s.io/api/core/v1/generated.proto

Lines changed: 1 addition & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/api/core/v1/types.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3038,8 +3038,7 @@ type PodSpec struct {
30383038
Overhead ResourceList `json:"overhead,omitempty" protobuf:"bytes,32,opt,name=overhead"`
30393039
// TopologySpreadConstraints describes how a group of pods ought to spread across topology
30403040
// domains. Scheduler will schedule pods in a way which abides by the constraints.
3041-
// This field is alpha-level and is only honored by clusters that enables the EvenPodsSpread
3042-
// feature.
3041+
// This field is only honored by clusters that enable the EvenPodsSpread feature.
30433042
// All topologySpreadConstraints are ANDed.
30443043
// +optional
30453044
// +patchMergeKey=topologyKey

staging/src/k8s.io/api/core/v1/types_swagger_doc_generated.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)