Skip to content

pkg/router: update ingress API to networking.k8s.io/v1beta1#534

Merged
stefanprodan merged 4 commits intomasterfrom
ingress-update
Mar 30, 2020
Merged

pkg/router: update ingress API to networking.k8s.io/v1beta1#534
stefanprodan merged 4 commits intomasterfrom
ingress-update

Conversation

@stefanprodan
Copy link
Copy Markdown
Member

Changes:

  • use networking.k8s.io/v1beta1 in ingress router
  • update unit tests, end-to-end tests and docs to networking.k8s.io/v1beta1

Breaking change: drop compatibility with Kubernetes 1.13.

Fix: #533

@codecov-io
Copy link
Copy Markdown

codecov-io commented Mar 29, 2020

Codecov Report

Merging #534 into master will not change coverage by %.
The diff coverage is 85.71%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #534   +/-   ##
=======================================
  Coverage   50.69%   50.69%           
=======================================
  Files          63       63           
  Lines        4902     4902           
=======================================
  Hits         2485     2485           
  Misses       2005     2005           
  Partials      412      412           
Impacted Files Coverage Δ
pkg/router/ingress.go 53.54% <85.71%> (ø)

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 388ad04...6d2c172. Read the comment docs.

@stefanprodan stefanprodan changed the title Update ingress API to networking.k8s.io/v1beta1 pkg/router: Update ingress API to networking.k8s.io/v1beta1 Mar 30, 2020
@stefanprodan stefanprodan changed the title pkg/router: Update ingress API to networking.k8s.io/v1beta1 pkg/router: update ingress API to networking.k8s.io/v1beta1 Mar 30, 2020
@stefanprodan stefanprodan requested a review from mathetake March 30, 2020 07:55
Copy link
Copy Markdown
Collaborator

@mathetake mathetake left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

thanks @stefanprodan !

@stefanprodan stefanprodan merged commit ccc17b0 into master Mar 30, 2020
@stefanprodan stefanprodan deleted the ingress-update branch March 30, 2020 08:17
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.

Update Ingress to networking.k8s.io/v1beta1

3 participants