Skip to content

Commit cc27d21

Browse files
authored
Merge pull request kubernetes#127117 from robert-cronin/fix/traffic-distribution-comment
Fix traffic distribution comment to reflect graduated status in v1.31
2 parents f28691d + 67fc379 commit cc27d21

File tree

6 files changed

+6
-6
lines changed

6 files changed

+6
-6
lines changed

api/openapi-spec/swagger.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

api/openapi-spec/v3/api__v1_openapi.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7734,7 +7734,7 @@
77347734
"description": "sessionAffinityConfig contains the configurations of session affinity."
77357735
},
77367736
"trafficDistribution": {
7737-
"description": "TrafficDistribution offers a way to express preferences for how traffic is distributed to Service endpoints. Implementations can use this field as a hint, but are not required to guarantee strict adherence. If the field is 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.",
7737+
"description": "TrafficDistribution offers a way to express preferences for how traffic is distributed to Service endpoints. Implementations can use this field as a hint, but are not required to guarantee strict adherence. If the field is 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 a beta field and requires enabling ServiceTrafficDistribution feature.",
77387738
"type": "string"
77397739
},
77407740
"type": {

pkg/generated/openapi/zz_generated.openapi.go

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

staging/src/k8s.io/api/core/v1/generated.proto

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

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"`

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

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)