Skip to content
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

Merged
merged 11 commits into from
Oct 28, 2019
Merged

Grpc/Http2 support #94

merged 11 commits into from
Oct 28, 2019

Conversation

skiyani
Copy link
Contributor

@skiyani skiyani commented Oct 21, 2019

Issue #, if available:

Description of changes:
Add support for grpc and http2 routes. Add aws appmesh preview go sdk

App Mesh CRD update checklist

  • Update aws-go-sdk in go.mod
  • Update CRD schema in deploy/all.yaml
  • Update CRD structs in pkg/apis/appmesh/v1beta1/types.go
  • Update deepcopy functions using make code-gen
  • Update App Mesh client wrapper pkg/aws/appmesh.go
  • Update controller(s) under pkg/controller/

Testing

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.

* '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
Copy link
Collaborator

@stefanprodan stefanprodan left a 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.
@skiyani skiyani changed the title Grpc/Http2 support and Appmesh Preview Go SDK Grpc/Http2 support Oct 25, 2019
@nckturner
Copy link
Contributor

This is great! After @stefanprodan reviews again, can you squash?

Copy link
Collaborator

@stefanprodan stefanprodan left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nckturner
Copy link
Contributor

@skiyani LGTM, after you squash I'll merge.

@nckturner nckturner merged commit 3aae299 into aws:master Oct 28, 2019
@nckturner
Copy link
Contributor

Nvm, just did a squash and merge from here, I'm a bit slow on the uptake of github's fancy features.

@skiyani
Copy link
Contributor Author

skiyani commented Oct 28, 2019

Thanks @nckturner!

@skiyani skiyani deleted the grpc branch October 28, 2019 18:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants