projectcontour / contour-operator

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

drop TCPRoute/UDPRoute RBAC #466

Closed skriss closed 2 years ago

skriss commented 2 years ago

Drops all RBAC for TCPRoute and UDPRoute since Contour no longer watches/processes them.

Also syncs recent Contour CRD changes.

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

skriss commented 2 years ago

xref https://github.com/projectcontour/contour/pull/4166

codecov[bot] commented 2 years ago

Codecov Report

Merging #466 (75c29d0) into main (ab56ee0) will decrease coverage by 3.25%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #466      +/-   ##
==========================================
- Coverage   81.06%   77.81%   -3.26%     
==========================================
  Files          29       29              
  Lines        2213     2204       -9     
==========================================
- Hits         1794     1715      -79     
- Misses        304      352      +48     
- Partials      115      137      +22     
Impacted Files Coverage Δ
internal/operator/operator.go 77.77% <ø> (ø)
internal/objects/clusterrole/cluster_role.go 89.32% <100.00%> (-0.86%) :arrow_down:
internal/objects/contour/finalizer.go 62.50% <0.00%> (-18.75%) :arrow_down:
internal/controller/controller.go 72.13% <0.00%> (-10.66%) :arrow_down:
internal/objects/rbac.go 54.76% <0.00%> (-9.53%) :arrow_down:
internal/status/status.go 64.86% <0.00%> (-8.11%) :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:
... 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 ab56ee0...75c29d0. Read the comment docs.