Skip to content

Commit 2cdcaf1

Browse files
committed
Update TrafficDistribution comment to reflect graduated beta status in v1.31
1 parent 09115bd commit 2cdcaf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5558,7 +5558,7 @@ type ServiceSpec struct {
55585558
// not set, the implementation will apply its default routing strategy. If set
55595559
// to "PreferClose", implementations should prioritize endpoints that are
55605560
// topologically close (e.g., same zone).
5561-
// This is an alpha field and requires enabling ServiceTrafficDistribution feature.
5561+
// This is a beta field and requires enabling ServiceTrafficDistribution feature.
55625562
// +featureGate=ServiceTrafficDistribution
55635563
// +optional
55645564
TrafficDistribution *string `json:"trafficDistribution,omitempty" protobuf:"bytes,23,opt,name=trafficDistribution"`

0 commit comments

Comments
 (0)