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

TCPRoute Support (control-plane) #16

Closed
1 task done
shaneutt opened this issue Nov 8, 2022 · 0 comments · Fixed by #55
Closed
1 task done

TCPRoute Support (control-plane) #16

shaneutt opened this issue Nov 8, 2022 · 0 comments · Fixed by #55
Assignees
Labels
area/controlplane feature New feature or request

Comments

@shaneutt
Copy link
Member

shaneutt commented Nov 8, 2022

Problem Statement

After we enable TCP support in the data-plane we should expose that support via the Gateway API resource TCPRoute.

Acceptance Criteria

  • a TCPRoute controller is added which can compile BACKEND resources and push them to the BACKENDS map
@shaneutt shaneutt added this to the v0.2.0 - TCPRoute Support milestone Nov 8, 2022
@shaneutt shaneutt changed the title TCPRoute Support TCPRoute Support (Control Plane) Nov 8, 2022
@shaneutt shaneutt changed the title TCPRoute Support (Control Plane) TCPRoute Support (control-plane) Nov 8, 2022
This was referenced Dec 12, 2022
@shaneutt shaneutt self-assigned this Dec 20, 2022
@shaneutt shaneutt removed the blocked label Dec 20, 2022
shaneutt added a commit that referenced this issue Dec 21, 2022
This primarily adds the `TCPRoute` controller and samples. Note however
that the dataplane does not have complete TCP support yet (though some
scaffolding for it is added as of this PR) so the dataplane
configuration produced is valid but the samples wont work yet. This
scaffolding however will help to support #45 and #15 which are
responsible for completing this.

Resolves #16

This also includes some refactoring and cleanup, notably it refactors
the dataplane code into modules.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/controlplane feature New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant