forked from aws/aws-app-mesh-controller-for-k8s
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Added Test case for gateway_validator Update to gatewayroute test case Added matching based on path and query parameters in Route CRD Added path rewrite changes to Gateway Route CRDs Updated 1. gatewayroute_type and virtualrouter_type changes 2. CRD conversion Changes for gatewayroute and virtualrouter 3. Validator changes for gatewayroute Added Rewrite changes to GatewayRoute CRD Added Conversion code for CRD to SDK Added Validation logic for Rewrite Added Validation Tests Added Conversion Tests Fixed race condition test (aws#457) Fixed typos in comments (aws#461) Updated LiveDocs for VGW section (aws#454) Update docs for vgw (aws#467) * Updated LiveDocs for sidecar Injection in VGW section * Added a new section for VGW CRD in LiveDocs reference * Updated Docs to explain the association of VGW and GWRoutes * Updated Live Docs for VGW * minor change Co-authored-by: Chinmay Gadgil <cgadgil@amazon.com> Added a new GatewayRoute selector optional field to VirtualGateway (aws#464) * Added a new GatewayRoute selector optional field to VirtualGateway Updated membership_designator logic for GatewayRoute to VirtualGateway * Select only those virtualGateways which have matching gatewayRoute selector if specified * Updated Logic for GatewayRoute Selector * Updated logic in membership_designator and added test cases * Addressed PR comments * Updated error Message to include gatewayroute name if we cannot find any matching virtualgateways. * Updated CRD for VirtualGateway * Undo crd changes as these must be sent to a preview branch for 1.4.0 release * Added VGW CRD changes Co-authored-by: Chinmay Gadgil <cgadgil@amazon.com> Update jaegar tracing Envoy config to v3 API (aws#468) Added validation logic Updated Test files Changes tested with gamma endpoint Use camel casing for field names instead of underscores reverted go.mod changes Updated CRD's , fixed naming revert go.sum changes Changes to troubleshooting guide Changed HTTPathMatch to a pointer in HTTPRouteMatch GatewayRoute association readme changes Updated Validation logic for Header match filters Reverted header match empty validation of GatewayRoute Fixed SDK model path Fixed few Test cases Fixed enum for DefaultPrefix in gatewayroute CRD Fixed Validation for Gatewayroute headers Added Webhook Validation for VirtualRouter Path and QueryParameters Fixed virtualrouter spec for Prefix and Path Changed query_parameters to queryParameters in crd description for VR Added Missing Test Cases for gatewayroute validation and conversion Fixed enum for defaultRewrite Fixed typo Fixed typo Removed unnecessary assignment of nil removed redundant comments Fixed some issues with GRPCRoute Added Rewrite scenario in Conversion of GRPCGatewayroute Action Removed TargetBased field Changed name of field Prefix to Value Updated Tests Use preview models to so controller build doesn't fail
- Loading branch information
Chinmay Gadgil
committed
Jun 10, 2021
1 parent
c142caa
commit b275285
Showing
28 changed files
with
3,561 additions
and
376 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.