From 30fdf0ca80dae406f991098a3bb340c069620efa Mon Sep 17 00:00:00 2001 From: Dave Protasowski Date: Thu, 12 Mar 2026 20:46:12 -0400 Subject: [PATCH] switch the tag label to an annotation that stores a map --- pkg/apis/networking/register.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pkg/apis/networking/register.go b/pkg/apis/networking/register.go index ad4b0ee42..676f5684b 100644 --- a/pkg/apis/networking/register.go +++ b/pkg/apis/networking/register.go @@ -41,9 +41,9 @@ const ( // the rollout state in the Annotations of the Kingress or Route.Status. RolloutAnnotationKey = GroupName + "/rollout" - // TagLabelKey is the label key attached to per-tag Ingress resources - // to indicate which traffic tag the Ingress corresponds to. - TagLabelKey = GroupName + "/tag" + // TagToHostAnnotationKey is the annotation key used for storing a JSON map of + // tags to host names + TagToHostAnnotationKey = GroupName + "/tag-to-host" ) const (