-
Notifications
You must be signed in to change notification settings - Fork 193
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
Add handlers to create GatewayRoute and NonGatewayRoute CRs #2569
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
🤖 Created branch: z_pr2569/aswinsuryan/ovn-ic-handler |
aswinsuryan
force-pushed
the
ovn-ic-handler
branch
3 times, most recently
from
June 21, 2023 19:42
8a65882
to
9bdc5ca
Compare
aswinsuryan
requested review from
Oats87,
skitt,
sridhargaddam and
tpantelis
as code owners
June 21, 2023 19:52
yboaron
reviewed
Jun 29, 2023
yboaron
reviewed
Jun 29, 2023
yboaron
reviewed
Jun 29, 2023
yboaron
reviewed
Jun 29, 2023
yboaron
reviewed
Jun 29, 2023
yboaron
reviewed
Jun 29, 2023
yboaron
reviewed
Jun 29, 2023
yboaron
reviewed
Jun 29, 2023
yboaron
reviewed
Jun 29, 2023
pkg/routeagent_driver/handlers/ovn/submarinerNonGWRouteHandler.go
Outdated
Show resolved
Hide resolved
yboaron
reviewed
Jun 29, 2023
pkg/routeagent_driver/handlers/ovn/submarinerNonGWRouteHandler.go
Outdated
Show resolved
Hide resolved
yboaron
reviewed
Jun 29, 2023
pkg/routeagent_driver/handlers/ovn/submarinerNonGWRouteHandler.go
Outdated
Show resolved
Hide resolved
yboaron
reviewed
Jun 29, 2023
pkg/routeagent_driver/handlers/ovn/submarinerNonGWRouteHandler.go
Outdated
Show resolved
Hide resolved
yboaron
reviewed
Jun 29, 2023
pkg/routeagent_driver/handlers/ovn/submarinerNonGWRouteHandler.go
Outdated
Show resolved
Hide resolved
tpantelis
requested changes
Jun 29, 2023
pkg/routeagent_driver/handlers/ovn/submarinerNonGWRouteHandler.go
Outdated
Show resolved
Hide resolved
yboaron
reviewed
Jun 29, 2023
pkg/routeagent_driver/handlers/ovn/submarinerNonGWRouteHandler.go
Outdated
Show resolved
Hide resolved
yboaron
reviewed
Jun 29, 2023
pkg/routeagent_driver/handlers/ovn/submarinerNonGWRouteHandler.go
Outdated
Show resolved
Hide resolved
aswinsuryan
force-pushed
the
ovn-ic-handler
branch
2 times, most recently
from
July 10, 2023 16:31
565070c
to
984fe4a
Compare
@aswinsuryan Needs a manual rebase |
aswinsuryan
force-pushed
the
ovn-ic-handler
branch
5 times, most recently
from
July 25, 2023 18:45
5c6ff97
to
f293648
Compare
tpantelis
requested changes
Jul 25, 2023
pkg/routeagent_driver/handlers/ovn/submarinerNonGWRouteHandler.go
Outdated
Show resolved
Hide resolved
aswinsuryan
force-pushed
the
ovn-ic-handler
branch
5 times, most recently
from
July 25, 2023 20:59
dedd44f
to
9ea4bf3
Compare
tpantelis
approved these changes
Jul 25, 2023
yboaron
reviewed
Jul 26, 2023
pkg/routeagent_driver/handlers/ovn/submarinerNonGWRouteHandler.go
Outdated
Show resolved
Hide resolved
yboaron
reviewed
Jul 26, 2023
pkg/routeagent_driver/handlers/ovn/submarinerNonGWRouteHandler.go
Outdated
Show resolved
Hide resolved
Signed-off-by: Aswin Suryanarayanan <[email protected]>
aswinsuryan
force-pushed
the
ovn-ic-handler
branch
from
July 26, 2023 12:36
9ea4bf3
to
4665abc
Compare
tpantelis
requested changes
Jul 27, 2023
pkg/routeagent_driver/handlers/ovn/submarinerNonGWRouteHandler.go
Outdated
Show resolved
Hide resolved
Signed-off-by: Aswin Suryanarayanan <[email protected]>
tpantelis
approved these changes
Jul 27, 2023
yboaron
approved these changes
Jul 27, 2023
I'll give @sridhargaddam a chance to review. |
sridhargaddam
approved these changes
Jul 28, 2023
🤖 Closed branches: [z_pr2569/aswinsuryan/ovn-ic-handler] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
These handlers will create the GatewayRoute and NonGatewayRoute CRs in response to endpoint create event
It will respond to gateway transition event, by creating the CRs in the new gateway node and deleting them in the old nodes.
Fixes: submariner-io/enhancements#203