From 0ca6027179eacbe7bb10456cee2ec25cc9ca8cf3 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Sat, 4 Oct 2025 08:31:57 -0400 Subject: [PATCH] Belatedly remove references to PreferSameTrafficDistribution being Alpha Kubernetes-commit: b13564a63c36c9d5f0a8ef7ab6467dc3a9fa0017 --- applyconfigurations/discovery/v1/endpointhints.go | 2 -- applyconfigurations/discovery/v1beta1/endpointhints.go | 2 -- 2 files changed, 4 deletions(-) diff --git a/applyconfigurations/discovery/v1/endpointhints.go b/applyconfigurations/discovery/v1/endpointhints.go index f405d19dd..7b9e5be75 100644 --- a/applyconfigurations/discovery/v1/endpointhints.go +++ b/applyconfigurations/discovery/v1/endpointhints.go @@ -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"` } diff --git a/applyconfigurations/discovery/v1beta1/endpointhints.go b/applyconfigurations/discovery/v1beta1/endpointhints.go index 70386faab..0e36451a7 100644 --- a/applyconfigurations/discovery/v1beta1/endpointhints.go +++ b/applyconfigurations/discovery/v1beta1/endpointhints.go @@ -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"` }