projectcontour / contour-operator

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

[release-1.19] update Contour CRDs #462

Closed skriss closed 2 years ago

skriss commented 2 years ago

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

skriss commented 2 years ago

This includes the CRD changes from https://github.com/projectcontour/contour/pull/4135, unfortunately the codegen check does not work properly on release branches.

codecov[bot] commented 2 years ago

Codecov Report

Merging #462 (21e3129) into release-1.19 (50993ee) will decrease coverage by 4.29%. The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff                @@
##           release-1.19     #462      +/-   ##
================================================
- Coverage         77.31%   73.02%   -4.30%     
================================================
  Files                29       29              
  Lines              2235     2235              
================================================
- Hits               1728     1632      -96     
- Misses              373      504     +131     
+ Partials            134       99      -35     
Impacted Files Coverage Δ
internal/equality/equality.go 55.50% <0.00%> (-14.98%) :arrow_down:
internal/objects/serviceaccount/service_account.go 64.58% <0.00%> (-12.50%) :arrow_down:
internal/objects/role/role.go 69.09% <0.00%> (-10.91%) :arrow_down:
internal/objects/configmap/configmap.go 60.75% <0.00%> (-10.13%) :arrow_down:
...objects/clusterrolebinding/cluster_role_binding.go 69.81% <0.00%> (-9.44%) :arrow_down:
internal/objects/rolebinding/role_binding.go 71.42% <0.00%> (-8.93%) :arrow_down:
internal/status/status.go 51.35% <0.00%> (-5.41%) :arrow_down:
internal/objects/clusterrole/cluster_role.go 84.82% <0.00%> (-5.36%) :arrow_down:
internal/objects/service/service.go 79.13% <0.00%> (-5.22%) :arrow_down:
internal/objects/namespace/namespace.go 61.66% <0.00%> (-3.34%) :arrow_down:
... and 6 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 50993ee...21e3129. Read the comment docs.