-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update github.com/kubeshop/kusk-gateway
to v1.5.0
#84
Conversation
Signed-off-by: jasmingacic <jasmin.gacic@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
`server/kusk/client_test.go` ---------------------------- Define `upstream` in the `specs` string that is used in `TestCreateStaticRoute`. See, https://github.com/kubeshop/kusk-gateway/blob/main/examples/static-route/example-1-top-level-upstream/api.yaml, for what the new definition of `StaticRoute` should be. `server/kusk/client.go` ----------------------- Populate `staticRoute.Spec.Upstream` from `tmp.Spec.Upstream`. --- Signed-off-by: Mohamed Bana <mohamed@bana.io>
github.com/kubeshop/kusk-gateway
to v1.5.0
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@jasmingacic and @kylehodgetts, could you possible try the change I pushed?
Here, https://github.com/kubeshop/kusk-gateway/blob/main/examples/static-route/example-1-top-level-upstream/api.yaml, is how the new StaticRoute
structure looks.
…gistry) Example using `latest`: * ttl.sh/kubeshop/kusk-gateway-api:latest * ttl.sh/kubeshop/kusk-gateway-api-websocket:latest Example using latest `tag` name: * ttl.sh/kubeshop/kusk-gateway-api:v1.2.1 * ttl.sh/kubeshop/kusk-gateway-api-websocket:v1.2.1 --- Signed-off-by: Mohamed Bana <mohamed@bana.io>
LGTM |
server/kusk/client_test.go
Define
upstream
in thespecs
string that is used inTestCreateStaticRoute
.See, https://github.com/kubeshop/kusk-gateway/blob/main/examples/static-route/example-1-top-level-upstream/api.yaml, for what the new definition of
StaticRoute
should be.server/kusk/client.go
Populate
staticRoute.Spec.Upstream
fromtmp.Spec.Upstream
.Test
Signed-off-by: jasmingacic jasmin.gacic@gmail.com