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

Add ambassador 2.0 support with features inline with stable version #171

Merged
merged 7 commits into from
Sep 27, 2021

Conversation

kylehodgetts
Copy link
Contributor

@kylehodgetts kylehodgetts commented Sep 21, 2021

This PR resolves #3

Changes

  • Add template for AmbassadorMapping
  • Seperate ambassador generators into separate v1 and v2 packages where v1 refers to the stable version of Ambassador and v2 refers to the Developer preview.
  • Create abstract ambassador generator containing the logic for generating
    mappings as it is the same across both versions where only the templates
    differ, so the abstract generator accepts the templates as member fields

Checklist

  • tested locally
  • added new dependencies
  • updated the docs
  • added a test

Kyle Hodgetts added 6 commits September 27, 2021 12:55
refers to the stable version of Ambassador and v2 refers to the
Developer preview.

Create abstract ambassador generator containing the logic for generating
mappings as it is the same across both versions where only the templates
differ, so the abstract generator accepts the templates as member fields
@kylehodgetts kylehodgetts marked this pull request as ready for review September 27, 2021 12:02
@kylehodgetts kylehodgetts merged commit 3d1aca8 into main Sep 27, 2021
@kylehodgetts kylehodgetts deleted the kylehodgetts/enhancement/3-ambassador-2.0 branch September 27, 2021 12:02
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.

Ambassador 2.x support
3 participants