projectcontour / contour-operator

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

updates for Kubernetes 1.22 #428

Closed skriss closed 3 years ago

skriss commented 3 years ago

Updates Go modules, KinD images, and kubectl version to support Kubernetes 1.22

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

codecov[bot] commented 3 years ago

Codecov Report

Merging #428 (c934421) into main (898379e) will decrease coverage by 3.87%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #428      +/-   ##
==========================================
- Coverage   80.06%   76.19%   -3.88%     
==========================================
  Files          29       29              
  Lines        2222     2222              
==========================================
- Hits         1779     1693      -86     
- Misses        329      389      +60     
- Partials      114      140      +26     
Impacted Files Coverage Δ
internal/status/status.go 43.24% <0.00%> (-29.73%) :arrow_down:
internal/objects/contour/finalizer.go 62.50% <0.00%> (-18.75%) :arrow_down:
internal/controller/controller.go 65.57% <0.00%> (-17.22%) :arrow_down:
internal/objects/rbac.go 54.76% <0.00%> (-9.53%) :arrow_down:
internal/objects/configmap/configmap.go 70.12% <0.00%> (-6.50%) :arrow_down:
internal/objects/contour/contour.go 78.66% <0.00%> (-5.34%) :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/deployment/deployment.go 91.94% <0.00%> (-3.82%) :arrow_down:
internal/objects/daemonset/daemonset.go 92.88% <0.00%> (-2.63%) :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 898379e...c934421. Read the comment docs.