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

chore(k8s) Use a single scheme for all of k8s (backport #2796) #2812

Merged
merged 2 commits into from
Sep 22, 2021

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Sep 21, 2021

This is an automatic backport of pull request #2796 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/

* chore(k8s) Use a single scheme for all of k8s

We were modifying the same scheme in many places when configuring the
controllers. This is unecessary and is likely to introduce bugs.
We now use the same scheme for everything and modify it at initialization

Signed-off-by: Charly Molter <charly.molter@konghq.com>
(cherry picked from commit fdc5f1a)
@mergify mergify bot requested a review from a team as a code owner September 21, 2021 09:02
@lahabana
Copy link
Contributor

@Mergifyio update

@mergify
Copy link
Contributor Author

mergify bot commented Sep 21, 2021

Command update: success

Branch already up to date

@codecov-commenter
Copy link

Codecov Report

Merging #2812 (1ff3391) into release-1.3 (81fb2a6) will increase coverage by 0.06%.
The diff coverage is 48.00%.

Impacted file tree graph

@@               Coverage Diff               @@
##           release-1.3    #2812      +/-   ##
===============================================
+ Coverage        52.10%   52.16%   +0.06%     
===============================================
  Files              880      881       +1     
  Lines            51253    51232      -21     
===============================================
+ Hits             26707    26727      +20     
+ Misses           22426    22380      -46     
- Partials          2120     2125       +5     
Impacted Files Coverage Δ
pkg/plugins/bootstrap/k8s/plugin.go 2.81% <0.00%> (ø)
pkg/plugins/config/k8s/plugin.go 20.00% <ø> (+3.33%) ⬆️
...ns/runtime/k8s/controllers/configmap_controller.go 10.07% <ø> (+0.22%) ⬆️
...plugins/runtime/k8s/controllers/mesh_controller.go 0.00% <ø> (ø)
...untime/k8s/controllers/mesh_defaults_controller.go 25.00% <ø> (+2.77%) ⬆️
...ns/runtime/k8s/controllers/namespace_controller.go 55.84% <ø> (+4.03%) ⬆️
.../plugins/runtime/k8s/controllers/pod_controller.go 42.64% <ø> (+0.61%) ⬆️
...s/runtime/k8s/controllers/pod_status_controller.go 45.16% <ø> (+2.08%) ⬆️
...gins/runtime/k8s/controllers/service_controller.go 33.33% <ø> (+4.16%) ⬆️
pkg/plugins/secrets/k8s/plugin.go 28.57% <ø> (+11.90%) ⬆️
... and 8 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 81fb2a6...1ff3391. Read the comment docs.

@lahabana lahabana merged commit bd0f2fd into release-1.3 Sep 22, 2021
@lahabana lahabana deleted the mergify/bp/release-1.3/pr-2796 branch September 22, 2021 13:32
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