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 (