Belatedly remove references to PreferSameTrafficDistribution being Alpha

Kubernetes-commit: b13564a63c36c9d5f0a8ef7ab6467dc3a9fa0017
This commit is contained in:
Dan Winship
2025-10-04 08:31:57 -04:00
committed by Kubernetes Publisher
parent 715199a180
commit 0ca6027179
2 changed files with 0 additions and 4 deletions

View File

@@ -28,8 +28,6 @@ type EndpointHintsApplyConfiguration struct {
ForZones []ForZoneApplyConfiguration `json:"forZones,omitempty"`
// forNodes indicates the node(s) this endpoint should be consumed by when
// using topology aware routing. May contain a maximum of 8 entries.
// This is an Alpha feature and is only used when the PreferSameTrafficDistribution
// feature gate is enabled.
ForNodes []ForNodeApplyConfiguration `json:"forNodes,omitempty"`
}

View File

@@ -28,8 +28,6 @@ type EndpointHintsApplyConfiguration struct {
ForZones []ForZoneApplyConfiguration `json:"forZones,omitempty"`
// forNodes indicates the node(s) this endpoint should be consumed by when
// using topology aware routing. May contain a maximum of 8 entries.
// This is an Alpha feature and is only used when the PreferSameTrafficDistribution
// feature gate is enabled.
ForNodes []ForNodeApplyConfiguration `json:"forNodes,omitempty"`
}