projectcontour / contour-operator

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

Update rbac for changes to leaderelection #470

Closed sunjayBhatia closed 2 years ago

sunjayBhatia commented 2 years ago

Changes from: https://github.com/projectcontour/contour/pull/4202

codecov[bot] commented 2 years ago

Codecov Report

Merging #470 (f70aac6) into main (1f2e983) will decrease coverage by 1.72%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #470      +/-   ##
==========================================
- Coverage   80.80%   79.08%   -1.73%     
==========================================
  Files          29       29              
  Lines        2204     2209       +5     
==========================================
- Hits         1781     1747      -34     
- Misses        306      334      +28     
- Partials      117      128      +11     
Impacted Files Coverage Δ
internal/operator/operator.go 77.77% <ø> (ø)
internal/objects/clusterrole/cluster_role.go 89.81% <100.00%> (+0.49%) :arrow_up:
internal/objects/contour/finalizer.go 62.50% <0.00%> (-18.75%) :arrow_down:
internal/status/status.go 56.75% <0.00%> (-16.22%) :arrow_down:
internal/controller/controller.go 74.59% <0.00%> (-8.20%) :arrow_down:
internal/objects/contour/contour.go 76.62% <0.00%> (-5.20%) :arrow_down:
internal/objects/rbac.go 60.71% <0.00%> (-3.58%) :arrow_down:
internal/objects/job/job.go 79.13% <0.00%> (-2.61%) :arrow_down:
internal/objects/configmap/configmap.go 74.68% <0.00%> (-2.54%) :arrow_down:
internal/objects/service/service.go 86.95% <0.00%> (-1.74%) :arrow_down:
... and 2 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 1f2e983...f70aac6. Read the comment docs.