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 {