projectcontour / contour-operator

Experimental repository to explore an operator for deploying Contour
Apache License 2.0
43 stars 34 forks source link

sync Contour CRDs #467

Closed skriss closed 2 years ago

skriss commented 2 years ago

Syncs Contour CRDs from https://github.com/projectcontour/contour/pull/3707.

Signed-off-by: Steve Kriss krisss@vmware.com

codecov[bot] commented 2 years ago

Codecov Report

Merging #467 (1d95406) into main (f6f1ca0) will decrease coverage by 3.44%. The diff coverage is n/a.

:exclamation: Current head 1d95406 differs from pull request most recent head 2bc4802. Consider uploading reports for the commit 2bc4802 to get more accurate results Impacted file tree graph

@@            Coverage Diff             @@
##             main     #467      +/-   ##
==========================================
- Coverage   80.53%   77.08%   -3.45%     
==========================================
  Files          29       29              
  Lines        2204     2204              
==========================================
- Hits         1775     1699      -76     
- Misses        309      364      +55     
- Partials      120      141      +21     
Impacted Files Coverage Δ
internal/status/status.go 43.24% <0.00%> (-29.73%) :arrow_down:
internal/controller/controller.go 65.57% <0.00%> (-14.76%) :arrow_down:
internal/objects/rbac.go 54.76% <0.00%> (-9.53%) :arrow_down:
internal/objects/configmap/configmap.go 70.88% <0.00%> (-6.33%) :arrow_down:
internal/objects/job/job.go 76.52% <0.00%> (-5.22%) :arrow_down:
internal/objects/service/service.go 83.47% <0.00%> (-5.22%) :arrow_down:
internal/objects/contour/contour.go 76.62% <0.00%> (-5.20%) :arrow_down:
internal/objects/daemonset/daemonset.go 93.21% <0.00%> (-2.50%) :arrow_down:
internal/objects/deployment/deployment.go 91.94% <0.00%> (-2.12%) :arrow_down:

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 f6f1ca0...2bc4802. Read the comment docs.

skriss commented 2 years ago

power-merging to fix CI.

stevesloka commented 2 years ago

image