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(kuma-cp): upstream validation of Gateway API #4072

Merged
merged 1 commit into from
Mar 29, 2022

Conversation

jakubdyszkiewicz
Copy link
Contributor

@jakubdyszkiewicz jakubdyszkiewicz commented Mar 29, 2022

Summary

Add upstream validation of Gateway API

Issues resolved

Fix #3416

Documentation

- [ ] Link to the website documentation PR

Testing

  • Unit tests
  • E2E tests
  • Manual testing on Universal
  • Manual testing on Kubernetes

Backwards compatibility

- [ ] Update UPGRADE.md with any steps users will need to take when upgrading.
- [ ] Add backport-to-stable label if the code follows our backporting policy

Changelog: feat(gateway): release K8s GatewayAPI as preview

Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
@jakubdyszkiewicz jakubdyszkiewicz requested a review from a team as a code owner March 29, 2022 10:09
@codecov-commenter
Copy link

Codecov Report

Merging #4072 (70dd3dc) into master (1ddc1e6) will increase coverage by 0.02%.
The diff coverage is 0.00%.

@@            Coverage Diff             @@
##           master    #4072      +/-   ##
==========================================
+ Coverage   55.79%   55.82%   +0.02%     
==========================================
  Files         922      922              
  Lines       55443    55446       +3     
==========================================
+ Hits        30937    30951      +14     
+ Misses      22055    22040      -15     
- Partials     2451     2455       +4     
Impacted Files Coverage Δ
pkg/plugins/runtime/k8s/plugin.go 1.06% <0.00%> (-0.02%) ⬇️
pkg/kds/reconcile/reconciler.go 79.48% <0.00%> (-5.13%) ⬇️
pkg/core/resources/manager/cache.go 85.71% <0.00%> (-2.60%) ⬇️
pkg/xds/generator/direct_access_proxy_generator.go 89.65% <0.00%> (-1.15%) ⬇️
pkg/insights/resyncer.go 74.07% <0.00%> (+2.46%) ⬆️
...s/authn/api-server/tokens/admin_token_bootstrap.go 82.00% <0.00%> (+4.00%) ⬆️
pkg/events/eventbus.go 92.59% <0.00%> (+7.40%) ⬆️
pkg/core/runtime/component/component.go 88.67% <0.00%> (+7.54%) ⬆️
pkg/insights/components.go 100.00% <0.00%> (+30.00%) ⬆️

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 1ddc1e6...70dd3dc. Read the comment docs.

@jakubdyszkiewicz jakubdyszkiewicz merged commit c2c3e2b into master Mar 29, 2022
@jakubdyszkiewicz jakubdyszkiewicz deleted the feat/gapi-upstream-validation branch March 29, 2022 14:24
SallyBlichWalkMe pushed a commit to SallyBlichWalkMe/kuma that referenced this pull request Mar 30, 2022
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
Signed-off-by: Sally Blich <sally.blich@walkme.com>
SallyBlichWalkMe pushed a commit to SallyBlichWalkMe/kuma that referenced this pull request Apr 14, 2022
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
Signed-off-by: Sally Blich <sally.blich@walkme.com>
SallyBlichWalkMe pushed a commit to SallyBlichWalkMe/kuma that referenced this pull request Apr 14, 2022
Signed-off-by: Jakub Dyszkiewicz <jakub.dyszkiewicz@gmail.com>
Signed-off-by: Sally Blich <sally.blich@walkme.com>
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.

Install a validating webhook for Gateway API custom resources
3 participants