-
Notifications
You must be signed in to change notification settings - Fork 52
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
UDPRoute Controller Scaffolding #36
UDPRoute Controller Scaffolding #36
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Awesome, thanks @rushi47!
I have a couple of comments to rework a couple of small things, and a couple follow-ups. Other than that looking good thank you!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks @rushi47!
While there's a couple of things we could still tweak here, there's a few other issues waiting on this one and this controller currently isn't actually fully implemented so this seems like a fine jumping off point and we can start on some follow-up iterations. 👍
Appreciate the contribution, good work! 🖖
Signed-off-by: rushi47 <[email protected]>
9ef50c7
to
91de00e
Compare
* Package import structure * Comment refactoring Co-authored-by: Shane Utt <[email protected]> Signed-off-by: rushi47 <[email protected]>
Signed-off-by: rushi47 <[email protected]>
Signed-off-by: rushi47 <[email protected]>
Signed-off-by: rushi47 <[email protected]>
91de00e
to
94c1cbd
Compare
Signed-off-by: rushi47 <[email protected]>
Problem Statement
We need to add a controller to handle UDPRoutes. We'll start by adding the
basic scaffolding before we add the dataplane connection. This only includes
the basic scaffolding, not the data-plane configuration push yet that will be
handled in a follow-up.
TODO
controller added with
operator-sdk`UDPRoute
is attached to aGateway
supported byGatewayClass
and print this out to logsResolves : #30