megaease / easemesh

A service mesh implementation for connecting, control, and observe services in spring-cloud.
https://megaease.com/easemesh
Apache License 2.0
508 stars 61 forks source link

Update CertificateSigningRequest to v1 to support k8s v1.22+ #99

Closed xxx7xxxx closed 2 years ago

xxx7xxxx commented 2 years ago

Fix #78

zhao-kun commented 2 years ago

Test failure, please fix it

codecov-commenter commented 2 years ago

Codecov Report

Merging #99 (87e1e45) into main (cb44335) will decrease coverage by 0.00%. The diff coverage is 75.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #99      +/-   ##
==========================================
- Coverage   79.09%   79.09%   -0.01%     
==========================================
  Files          63       63              
  Lines        5195     5199       +4     
==========================================
+ Hits         4109     4112       +3     
- Misses        845      846       +1     
  Partials      241      241              
Impacted Files Coverage Δ
...client/command/meshinstall/operator/secret_spec.go 63.51% <50.00%> (-0.38%) :arrow_down:
...ctl/cmd/client/command/meshinstall/operator/csr.go 71.62% <81.81%> (+0.78%) :arrow_up:

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 cb44335...87e1e45. Read the comment docs.

xxx7xxxx commented 2 years ago

Updated as comments