Fix json naming

Signed-off-by: Kevin Dorosh <kcdorosh@gmail.com>
This commit is contained in:
Kevin Dorosh
2020-12-22 10:05:55 -05:00
parent 44cf4d08e9
commit 2e1b3fc8de
+1 -1
View File
@@ -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 {