-
Notifications
You must be signed in to change notification settings - Fork 109
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
Grpc/Http2 support #94
Conversation
* 'master' of github.com:aws/aws-app-mesh-controller-for-k8s: Release v0.2.0 Show CircleCI status for master branch only Add go fmt check to CI and fix code formatting Fix virtual node condition message labeling
…or-k8s into grpc * 'master' of github.com:skiyani/aws-app-mesh-controller-for-k8s: Release v0.2.0 Show CircleCI status for master branch only Add go fmt check to CI and fix code formatting Fix virtual node condition message labeling
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.
Can you please remove the vendor dir and run go mod tidy. Also the code needs to be properly formatted, that’s why the CI is failing.
* 'master' of github.com:aws/aws-app-mesh-controller-for-k8s: Added error message to run 'go mod download' when codegen pkg is missing under GOPATH Added go mod download step Adding verify-codegen step to circleci Added verify-codegen Added tools.go Fix code-gen to deal with GOPATH and go.mod setups. # Conflicts: # go.mod # go.sum
…or-k8s into grpc * 'master' of github.com:skiyani/aws-app-mesh-controller-for-k8s: Added error message to run 'go mod download' when codegen pkg is missing under GOPATH Added go mod download step Adding verify-codegen step to circleci Added verify-codegen Added tools.go Fix code-gen to deal with GOPATH and go.mod setups.
This is great! After @stefanprodan reviews again, can you squash? |
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
@skiyani LGTM, after you squash I'll merge. |
Nvm, just did a squash and merge from here, I'm a bit slow on the uptake of github's fancy features. |
Thanks @nckturner! |
Issue #, if available:
Description of changes:
Add support for grpc and http2 routes. Add aws appmesh preview go sdk
App Mesh CRD update checklist
Testing
K8s http2 and grpc walkthroughs aws-app-mesh-examples#224
By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.