Skip to content

Commit eeea400

Browse files
sanposhihok8s-publishing-bot
authored andcommitted
Update doc comment
Kubernetes-commit: c3288411592089e04e2eeb92a32af50a44ee0ce4
1 parent 0110f55 commit eeea400

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

core/v1/generated.proto

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

core/v1/types.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3434,7 +3434,7 @@ type TopologySpreadConstraint struct {
34343434
// because computed skew will be 3(3 - 0) if new Pod is scheduled to any of the three zones,
34353435
// it will violate MaxSkew.
34363436
//
3437-
// This is an beta field and requires enabling MinDomainsInPodTopologySpread feature gate.
3437+
// This is a beta field and requires the MinDomainsInPodTopologySpread feature gate to be enabled (enabled by default).
34383438
// +optional
34393439
MinDomains *int32 `json:"minDomains,omitempty" protobuf:"varint,5,opt,name=minDomains"`
34403440
// NodeAffinityPolicy indicates how we will treat Pod's nodeAffinity/nodeSelector

0 commit comments

Comments
 (0)