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

feat(*) add a GatewayRoute resource (backport #2591) #2755

Merged
merged 1 commit into from
Sep 9, 2021

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Sep 9, 2021

This is an automatic backport of pull request #2591 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.io/

@mergify mergify bot requested a review from a team as a code owner September 9, 2021 00:21
@jpeach
Copy link
Contributor

jpeach commented Sep 9, 2021

@Mergifyio rebase

Add a GatewayRoute mesh resource. This is a fairly direct mapping from
the Kubernetes Gateway API route types to a single mesh resource.

Signed-off-by: James Peach <james.peach@konghq.com>
(cherry picked from commit 9623ebb)
@mergify
Copy link
Contributor Author

mergify bot commented Sep 9, 2021

Command rebase: success

Branch has been successfully rebased

@jakubdyszkiewicz jakubdyszkiewicz force-pushed the mergify/bp/release-1.3/pr-2591 branch from b2726fc to d02dc8e Compare September 9, 2021 03:17
@codecov-commenter
Copy link

Codecov Report

Merging #2755 (d02dc8e) into release-1.3 (d1b4cdc) will decrease coverage by 0.29%.
The diff coverage is 37.26%.

Impacted file tree graph

@@               Coverage Diff               @@
##           release-1.3    #2755      +/-   ##
===============================================
- Coverage        52.31%   52.02%   -0.30%     
===============================================
  Files              875      877       +2     
  Lines            49962    51124    +1162     
===============================================
+ Hits             26140    26596     +456     
- Misses           21714    22410     +696     
- Partials          2108     2118      +10     
Impacted Files Coverage Δ
api/mesh/v1alpha1/gateway_route.pb.go 28.67% <28.67%> (ø)
...kg/core/resources/apis/mesh/generated_resources.go 78.35% <32.43%> (-1.82%) ⬇️
pkg/core/validators/types.go 94.52% <60.00%> (-5.48%) ⬇️
...ore/resources/apis/mesh/gateway_route_validator.go 95.74% <95.74%> (ø)
pkg/plugins/runtime/gateway/register/enabled.go 100.00% <100.00%> (ø)
pkg/core/resources/manager/cache.go 81.81% <0.00%> (+2.59%) ⬆️
app/kumactl/cmd/root.go 73.68% <0.00%> (+3.50%) ⬆️
pkg/plugins/resources/memory/store.go 82.06% <0.00%> (+4.34%) ⬆️
... and 2 more

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d1b4cdc...d02dc8e. Read the comment docs.

@jpeach jpeach merged commit 7f5a16a into release-1.3 Sep 9, 2021
@jpeach jpeach deleted the mergify/bp/release-1.3/pr-2591 branch September 9, 2021 04:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants