AmadeusITGroup / Redis-Operator

Redis Operator creates/configures/manages Redis clusters atop Kubernetes
MIT License
167 stars 62 forks source link

fix rediscluster kubectl plugin #15

Closed clamoriniere1A closed 6 years ago

clamoriniere1A commented 6 years ago

fixes: #14

add missing client-go import in order to support auth provider in the kubectl rediscluster plugin. Also improve the way the plugin process retrieve the kubeconfig file path.

codecov-io commented 6 years ago

Codecov Report

Merging #15 into master will increase coverage by 0.26%. The diff coverage is 76.92%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #15      +/-   ##
==========================================
+ Coverage   36.69%   36.95%   +0.26%     
==========================================
  Files          37       37              
  Lines        3393     3404      +11     
==========================================
+ Hits         1245     1258      +13     
+ Misses       2032     2030       -2     
  Partials      116      116
Impacted Files Coverage Δ
pkg/controller/controller.go 0% <0%> (ø) :arrow_up:
pkg/redis/node.go 69.87% <100%> (+0.19%) :arrow_up:
pkg/controller/checks.go 87.7% <81.81%> (-1.12%) :arrow_down:
pkg/redis/fake/redis.go 86.49% <0%> (+2.53%) :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 695c499...ce30e74. Read the comment docs.