Skip to content

Conversation

@mythi
Copy link
Contributor

@mythi mythi commented Sep 4, 2020

With controller-gen 0.4.0, admissionregistration defaults to v1 API.

Fixes: #364

Note: I've manually tweaked make generate output so keeping this in draft still.

Signed-off-by: Mikko Ylinen [email protected]

@codecov-commenter
Copy link

codecov-commenter commented Sep 4, 2020

Codecov Report

Merging #445 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #445   +/-   ##
=======================================
  Coverage   58.36%   58.36%           
=======================================
  Files          27       27           
  Lines        2337     2337           
=======================================
  Hits         1364     1364           
  Misses        916      916           
  Partials       57       57           
Impacted Files Coverage Δ
pkg/fpgacontroller/patcher/patchermanager.go 100.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 9bdf3a4...fe2cf2b. Read the comment docs.

@bart0sh bart0sh added the fpga FPGA device plugin related issue label Sep 16, 2020
@rojkov
Copy link
Contributor

rojkov commented Sep 16, 2020

This looks good. For OLM I had to remove CA injection for the /convert webhooks too as they are not enabled at the moment.

mythi added 2 commits October 14, 2020 14:48
With controller-gen 0.4.0, admissionregistration defaults to v1 API.

Signed-off-by: Mikko Ylinen <[email protected]>
We currently build using trivialVersions=true and don't deal with
multiversion APIs and their conversion webhooks.

Therefore, drop the registration of the conversion webooks.

Signed-off-by: Mikko Ylinen <[email protected]>
@mythi mythi marked this pull request as ready for review October 14, 2020 11:50
@mythi mythi requested review from bart0sh, kad and rojkov as code owners October 14, 2020 11:50
@codecov-io
Copy link

Codecov Report

Merging #445 into master will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #445   +/-   ##
=======================================
  Coverage   58.30%   58.30%           
=======================================
  Files          30       30           
  Lines        2094     2094           
=======================================
  Hits         1221     1221           
  Misses        808      808           
  Partials       65       65           
Impacted Files Coverage Δ
pkg/fpgacontroller/patcher/patchermanager.go 100.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 bda8285...f0a6302. Read the comment docs.

@rojkov rojkov merged commit 1fa1cd4 into intel:master Oct 14, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

fpga FPGA device plugin related issue

Projects

None yet

Development

Successfully merging this pull request may close these issues.

fpga: move to admissionregistration.k8s.io/v1

5 participants