Skip to content

Commit

Permalink
chore: decorate TODO comment with issue #834
Browse files Browse the repository at this point in the history
  • Loading branch information
mflendrich committed Sep 11, 2020
1 parent fd6e8da commit 77fc6b0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions internal/ingress/controller/parser/translate.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 77fc6b0

Please sign in to comment.