Fix compile error

Signed-off-by: Kevin Dorosh <kcdorosh@gmail.com>
This commit is contained in:
Kevin Dorosh
2020-12-22 10:05:55 -05:00
parent 8fceafc017
commit ca07b47523
+2 -6
View File
@@ -54,9 +54,7 @@ func (gr *GlooRouter) Reconcile(canary *flaggerv1.Canary) error {
// eventually inherit from parent, used for A/B rollouts too?
Matchers: []gloov1.Matcher{
{
PathSpecifier: gloov1.Matcher_Prefix{
Prefix: "/",
},
Prefix: "/",
},
},
Action: gloov1.RouteAction{
@@ -196,9 +194,7 @@ func (gr *GlooRouter) SetRoutes(
// eventually inherit from parent, used for A/B rollouts too?
Matchers: []gloov1.Matcher{
{
PathSpecifier: gloov1.Matcher_Prefix{
Prefix: "/",
},
Prefix: "/",
},
},
Action: gloov1.RouteAction{