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

Process HTTPRoutes in Configuration #51

Merged
merged 9 commits into from
Feb 4, 2022
Merged

Process HTTPRoutes in Configuration #51

merged 9 commits into from
Feb 4, 2022

Conversation

pleshakov
Copy link
Contributor

  • Add new type -- Configuration
  • Implement methods for Upserting and Deleting HTTPRoutes
  • Add unit tests
  • Add github.com/onsi/ginkgo/v2 (the new tests rely on the v2 features, like the Ordered decorator in Describe("Process one HTTPRoute with one host", Ordered, func() {. That decorator is needed to run the specs sequentially)

Implements https://github.com/nginxinc/nginx-gateway-kubernetes/issues/49

- Add new type -- Configuration, which is an internal representation of
the Gateway configuration
- Implement methods for Upserting and Deleting HTTPRoutes
- Add unit tests
- Add github.com/onsi/ginkgo/v2 (the new tests rely on the v2 features)
@pleshakov pleshakov merged commit 697b433 into main Feb 4, 2022
@pleshakov pleshakov deleted the process-httproutes branch February 4, 2022 20:19
@pammecrandall pammecrandall added the enhancement New feature or request label Aug 9, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants