mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-12 13:31:52 +00:00
Update TrafficDistribution comment to reflect graduated beta status in v1.31
This commit is contained in:
parent
09115bd093
commit
2cdcaf1e8f
@ -5558,7 +5558,7 @@ type ServiceSpec struct {
|
||||
// not set, the implementation will apply its default routing strategy. If set
|
||||
// to "PreferClose", implementations should prioritize endpoints that are
|
||||
// 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
|
||||
// +optional
|
||||
TrafficDistribution *string `json:"trafficDistribution,omitempty" protobuf:"bytes,23,opt,name=trafficDistribution"`
|
||||
|
Loading…
Reference in New Issue
Block a user