-
Notifications
You must be signed in to change notification settings - Fork 10
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: preparation for gateway conformance test (#266)
* 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]>
- Loading branch information
1 parent
6f62449
commit c1df0db
Showing
106 changed files
with
6,067 additions
and
3,827 deletions.
There are no files selected for viewing
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
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
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
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
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
Oops, something went wrong.