AmadeusITGroup / Redis-Operator

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

Limit PodLister to RedisCluster NS #43

Closed clamoriniere closed 5 years ago

clamoriniere commented 5 years ago

Fixes: #42

When listening the Pods associated to a redis-cluster the controler should search only in the redis-cluster namespace.

codecov-io commented 5 years ago

Codecov Report

Merging #43 into master will decrease coverage by 0.02%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #43      +/-   ##
==========================================
- Coverage   36.86%   36.84%   -0.03%     
==========================================
  Files          37       37              
  Lines        3423     3420       -3     
==========================================
- Hits         1262     1260       -2     
+ Misses       2039     2037       -2     
- Partials      122      123       +1
Impacted Files Coverage Δ
pkg/controller/controller.go 0% <0%> (ø) :arrow_up:
pkg/controller/pod/control.go 47.82% <0%> (ø) :arrow_up:
pkg/controller/clustering/cluster-placement.go 58.53% <0%> (-1.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 f81f374...d177e35. Read the comment docs.

clamoriniere commented 5 years ago

@dbenque-1a @sdminonne if you can check this PR. Thanks