-
Notifications
You must be signed in to change notification settings - Fork 11
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
refactor: preparation for gateway conformance test #266
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
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
reaver-flomesh
requested review from
cybwan,
wanpf,
addozhang and
naqvis
as code owners
May 28, 2024 05:19
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
…er and ONLY ONE active gateway per namespace Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
Signed-off-by: Lin Yang <[email protected]>
reaver-flomesh
changed the title
feat: gateway conformance test
refactor: preparation for gateway conformance test
Jun 8, 2024
reaver-flomesh
added a commit
that referenced
this pull request
Jun 19, 2024
* refactor: improve performance Signed-off-by: Lin Yang <[email protected]> * fix: golang lint Signed-off-by: Lin Yang <[email protected]> * fix: mock Signed-off-by: Lin Yang <[email protected]> * fix: don't watch EndpointSlices on k8s 1.19 & 1.20 Signed-off-by: Lin Yang <[email protected]> * fix: golang lint Signed-off-by: Lin Yang <[email protected]> * fix: remove invocation to legacy informers Signed-off-by: Lin Yang <[email protected]> * refactor: housekeeping Signed-off-by: Lin Yang <[email protected]> * docs: comments on methods Signed-off-by: Lin Yang <[email protected]> * fix: ignore backend ref with nil port Signed-off-by: Lin Yang <[email protected]> * [skip ci] chore: bump k3d to 1.25.16-k3s4 Signed-off-by: Lin Yang <[email protected]> * feat: Gateway in NodePort mode Signed-off-by: Lin Yang <[email protected]> * fix: golang lint Signed-off-by: Lin Yang <[email protected]> * fix: e2e Signed-off-by: Lin Yang <[email protected]> * refactor: route status processor Signed-off-by: Lin Yang <[email protected]> * refactor: rename Signed-off-by: Lin Yang <[email protected]> * refactor: policy status processor Signed-off-by: Lin Yang <[email protected]> * fix: golang lint Signed-off-by: Lin Yang <[email protected]> * feat: add Timeouts config Signed-off-by: Lin Yang <[email protected]> * refactor: housekeeping Signed-off-by: Lin Yang <[email protected]> * refactor: rename variable [skip ci] Signed-off-by: Lin Yang <[email protected]> * refactor: rename method [skip ci] Signed-off-by: Lin Yang <[email protected]> * refactor: gateway status update Signed-off-by: Lin Yang <[email protected]> * fix: golang lint Signed-off-by: Lin Yang <[email protected]> * fix: golang lint Signed-off-by: Lin Yang <[email protected]> * fix: golang lint Signed-off-by: Lin Yang <[email protected]> * fix: nil pointer Signed-off-by: Lin Yang <[email protected]> * refactor: refine events Signed-off-by: Lin Yang <[email protected]> * fix: golang lint Signed-off-by: Lin Yang <[email protected]> * fix: remove restriction of ONLY ONE active FSM GatewayClass per cluster and ONLY ONE active gateway per namespace Signed-off-by: Lin Yang <[email protected]> * fix: golang lint Signed-off-by: Lin Yang <[email protected]> * refactor: change the name template of gateway Signed-off-by: Lin Yang <[email protected]> * fix: nil pointer Signed-off-by: Lin Yang <[email protected]> * fix: set accepted status of GatewayClass Signed-off-by: Lin Yang <[email protected]> * refactor: housekeeping Signed-off-by: Lin Yang <[email protected]> * refactor: housekeeping Signed-off-by: Lin Yang <[email protected]> * refactor: housekeeping Signed-off-by: Lin Yang <[email protected]> --------- Signed-off-by: Lin Yang <[email protected]>
reaver-flomesh
added a commit
that referenced
this pull request
Jun 20, 2024
This reverts commit c1df0db.
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.
Description:
Testing done:
Affected area:
Please answer the following questions with yes/no.
Does this change contain code from or inspired by another project?
Is this a breaking change?
Has documentation corresponding to this change been updated in the fsm-docs repo (if applicable)?