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

UDPRoute Controller Scaffolding #36

Merged
merged 6 commits into from
Dec 6, 2022

Conversation

rushi47
Copy link
Contributor

@rushi47 rushi47 commented Dec 4, 2022

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

  • UDPRoutecontroller added withoperator-sdk`
  • Logic added to verify UDPRoute is attached to a Gateway supported by
    GatewayClass and print this out to logs

Resolves : #30

@CLAassistant
Copy link

CLAassistant commented Dec 4, 2022

CLA assistant check
All committers have signed the CLA.

Copy link
Member

@shaneutt shaneutt left a 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!

PROJECT Outdated Show resolved Hide resolved
config/rbac/role.yaml Show resolved Hide resolved
controllers/udproute_controller.go Outdated Show resolved Hide resolved
controllers/udproute_controller.go Outdated Show resolved Hide resolved
controllers/udproute_controller.go Outdated Show resolved Hide resolved
controllers/udproute_controller.go Outdated Show resolved Hide resolved
controllers/udproute_controller.go Outdated Show resolved Hide resolved
controllers/udproute_controller.go Outdated Show resolved Hide resolved
controllers/udproute_controller.go Outdated Show resolved Hide resolved
controllers/udproute_controller.go Show resolved Hide resolved
@shaneutt shaneutt added feature New feature or request area/controlplane labels Dec 5, 2022
@shaneutt shaneutt self-assigned this Dec 6, 2022
@shaneutt shaneutt self-requested a review December 6, 2022 17:00
shaneutt
shaneutt previously approved these changes Dec 6, 2022
Copy link
Member

@shaneutt shaneutt left a 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! 🖖

rushi47 and others added 4 commits December 6, 2022 13:34
* Package import structure
* Comment refactoring

Co-authored-by: Shane Utt <[email protected]>
Signed-off-by: rushi47 <[email protected]>
Signed-off-by: rushi47 <[email protected]>
@rushi47 rushi47 force-pushed the udp_scaffolding_issue30 branch from 91de00e to 94c1cbd Compare December 6, 2022 18:34
@shaneutt shaneutt merged commit 5dba8f8 into kubernetes-sigs:main Dec 6, 2022
@rushi47 rushi47 deleted the udp_scaffolding_issue30 branch December 6, 2022 19:05
shaneutt pushed a commit to shaneutt/blixt that referenced this pull request Oct 11, 2023
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 this pull request may close these issues.

UDPRoute Controller Scaffolding
3 participants