From 2e1b3fc8de78709560b0c03da242b5e4dc2d665c Mon Sep 17 00:00:00 2001 From: Kevin Dorosh Date: Wed, 16 Dec 2020 13:32:00 -0500 Subject: [PATCH] Fix json naming Signed-off-by: Kevin Dorosh --- pkg/apis/gloo/v1/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/apis/gloo/v1/types.go b/pkg/apis/gloo/v1/types.go index 00351f88..54dfb572 100644 --- a/pkg/apis/gloo/v1/types.go +++ b/pkg/apis/gloo/v1/types.go @@ -21,7 +21,7 @@ type RouteTableSpec struct { type Route struct { Matchers []Matcher `json:"matchers,omitempty"` - Action RouteAction `json:"route_action,omitempty"` + Action RouteAction `json:"routeAction,omitempty"` } type Matcher struct {