Merge pull request #982 from saiskee/fix-gloo-edge-flagger

Update Gloo APIs to v1.8
This commit is contained in:
Stefan Prodan
2021-08-23 19:47:18 +03:00
committed by GitHub
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