From 77fc6b0ca1c70dc3c6a8748fa763361afbdda4d0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micha=C5=82=20Flendrich?= Date: Fri, 11 Sep 2020 13:49:08 +0200 Subject: [PATCH] chore: decorate TODO comment with issue #834 --- internal/ingress/controller/parser/translate.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/internal/ingress/controller/parser/translate.go b/internal/ingress/controller/parser/translate.go index 9547d5101a..1112e6e8e1 100644 --- a/internal/ingress/controller/parser/translate.go +++ b/internal/ingress/controller/parser/translate.go @@ -58,7 +58,7 @@ func fromIngressV1beta1(log logrus.FieldLogger, ingressList []*networkingv1beta1 r := kongstate.Route{ Ingress: util.FromK8sObject(&ingress), Route: kong.Route{ - // TODO Figure out a way to name the routes + // TODO (#834) Figure out a way to name the routes // This is not a stable scheme // 1. If a user adds a route in the middle, // due to a shift, all the following routes will @@ -204,7 +204,7 @@ func fromIngressV1(log logrus.FieldLogger, ingressList []*networkingv1.Ingress) r := kongstate.Route{ Ingress: util.FromK8sObject(&ingress), Route: kong.Route{ - // TODO Figure out a way to name the routes + // TODO (#834) Figure out a way to name the routes // This is not a stable scheme // 1. If a user adds a route in the middle, // due to a shift, all the following routes will @@ -334,7 +334,7 @@ func fromTCPIngressV1beta1(log logrus.FieldLogger, tcpIngressList []*configurati r := kongstate.Route{ Ingress: util.FromK8sObject(&ingress), Route: kong.Route{ - // TODO Figure out a way to name the routes + // TODO (#834) Figure out a way to name the routes // This is not a stable scheme // 1. If a user adds a route in the middle, // due to a shift, all the following routes will @@ -425,7 +425,7 @@ func fromKnativeIngress(ingressList []*knative.Ingress) ingressRules { } r := kongstate.Route{ Route: kong.Route{ - // TODO Figure out a way to name the routes + // TODO (#834) Figure out a way to name the routes // This is not a stable scheme // 1. If a user adds a route in the middle, // due to a shift, all the following routes will