-
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
listener status update #19
Conversation
d219f0d
to
08c0742
Compare
08c0742
to
448fda2
Compare
Copied (with git history): controllers/gateway_controller.go — into: — controllers/gateway_controller_status.go
Copied (with git history): controllers/gateway_controller.go — into: — controllers/gateway_controller_status.go
controllers/gateway_controller.go — into: — controllers/gateway_controller_status.go
Copied (with git history): controllers/gateway_controller.go — into: — controllers/gateway_controller_utils.go
Copied (with git history): controllers/gateway_controller.go — into: — controllers/gateway_controller_utils.go
controllers/gateway_controller.go — into: — controllers/gateway_controller_utils.go
Signed-off-by: Mattia Lavacca <[email protected]>
448fda2
to
63c3234
Compare
Signed-off-by: Mattia Lavacca <[email protected]>
Signed-off-by: Mattia Lavacca <[email protected]>
Signed-off-by: Mattia Lavacca <[email protected]>
Signed-off-by: Mattia Lavacca <[email protected]>
b6aca65
to
19dd619
Compare
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.
Mostly looking good to me, I really appreciate the effort into testing the controller here.
My comments are mostly minor things, and mainly about some of the indirection going on in the reconciler. In general I would like to see us follow the practice more of "check a condition, take an action if needed, and requeue" instead of checking conditions, and carrying them forward as state for later decisions.
Co-authored-by: Shane Utt <[email protected]> Signed-off-by: Mattia Lavacca <[email protected]>
2964fa1
to
c20d6dc
Compare
Signed-off-by: Mattia Lavacca <[email protected]>
c20d6dc
to
96109c2
Compare
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.
While I think we could probably tweak this further, I think this is in good shape for where we're at with the project as we're bound to have lots more changes in this area soon since we're so early in the project.
Thank you, LGTM!
Signed-off-by: Mattia Lavacca <[email protected]> Co-authored-by: Shane Utt <[email protected]>
Initial scaffolding to enforce the Gateway listener status.
Fixes #13