Skip to content

Commit

Permalink
tag service.spec.TrafficDistribution field as alpha
Browse files Browse the repository at this point in the history
  • Loading branch information
aojea committed Apr 26, 2024
1 parent 484f8bc commit 85338f9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions staging/src/k8s.io/api/core/v1/types.go
Expand Up @@ -5368,6 +5368,8 @@ 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.
// +featureGate=ServiceTrafficDistribution
// +optional
TrafficDistribution *string `json:"trafficDistribution,omitempty" protobuf:"bytes,23,opt,name=trafficDistribution"`
}
Expand Down

0 comments on commit 85338f9

Please sign in to comment.