Update gloo apis to replace snake case with camel case

Signed-off-by: Keerthan Ekbote <keerthan.ekbote@solo.io>
This commit is contained in:
Keerthan Ekbote
2021-08-23 12:16:43 -04:00
parent 273b05fb24
commit aa485f4bf1
2 changed files with 4 additions and 4 deletions
+3 -3
View File
@@ -29,9 +29,9 @@ type UpstreamSpec struct {
}
type KubeUpstream struct {
ServiceName string `json:"service_name,omitempty"`
ServiceNamespace string `json:"service_namespace,omitempty"`
ServicePort int32 `json:"service_port,omitempty"`
ServiceName string `json:"serviceName,omitempty"`
ServiceNamespace string `json:"serviceNamespace,omitempty"`
ServicePort int32 `json:"servicePort,omitempty"`
Selector map[string]string `json:"selector,omitempty"`
}
+1 -1
View File
@@ -2,7 +2,7 @@
set -o errexit
GLOO_VER="1.6.13"
GLOO_VER="1.8.9"
REPO_ROOT=$(git rev-parse --show-toplevel)
mkdir -p ${REPO_ROOT}/bin