Skip to content

Commit

Permalink
Merge pull request #982 from saiskee/fix-gloo-edge-flagger
Browse files Browse the repository at this point in the history
Update Gloo APIs to v1.8
  • Loading branch information
stefanprodan authored Aug 23, 2021
2 parents 273b05f + aa485f4 commit 0035563
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions pkg/apis/gloo/gloo/v1/types.go
Original file line number Diff line number Diff line change
Expand Up @@ -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"`
}

Expand Down
2 changes: 1 addition & 1 deletion test/gloo/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 0035563

Please sign in to comment.