Update TrafficDistribution comment to reflect graduated beta status in v1.31

This commit is contained in:
Robert Cronin
2024-09-04 22:00:51 +10:00
parent 09115bd093
commit 2cdcaf1e8f

View File

@@ -5558,7 +5558,7 @@ type ServiceSpec struct {
// not set, the implementation will apply its default routing strategy. If set // not set, the implementation will apply its default routing strategy. If set
// to "PreferClose", implementations should prioritize endpoints that are // to "PreferClose", implementations should prioritize endpoints that are
// topologically close (e.g., same zone). // topologically close (e.g., same zone).
// This is an alpha field and requires enabling ServiceTrafficDistribution feature. // This is a beta field and requires enabling ServiceTrafficDistribution feature.
// +featureGate=ServiceTrafficDistribution // +featureGate=ServiceTrafficDistribution
// +optional // +optional
TrafficDistribution *string `json:"trafficDistribution,omitempty" protobuf:"bytes,23,opt,name=trafficDistribution"` TrafficDistribution *string `json:"trafficDistribution,omitempty" protobuf:"bytes,23,opt,name=trafficDistribution"`