mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-13 13:55:41 +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
|
// 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"`
|
||||||
|
Loading…
Reference in New Issue
Block a user