aporeto-inc / trireme-lib

Simple, scalable and secure application segmentation
https://trireme.io
Apache License 2.0
300 stars 51 forks source link

Adding support for 'ignore stopped containers' #907

Closed mheese closed 5 years ago

mheese commented 5 years ago

Addresses https://github.com/aporeto-inc/aporeto/issues/2091

codecov[bot] commented 5 years ago

Codecov Report

Merging #907 into master will decrease coverage by <.01%. The diff coverage is 57.14%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #907      +/-   ##
==========================================
- Coverage   55.85%   55.85%   -0.01%     
==========================================
  Files         110      110              
  Lines       11059    11063       +4     
==========================================
+ Hits         6177     6179       +2     
- Misses       4284     4286       +2     
  Partials      598      598
Impacted Files Coverage Δ
monitor/internal/pod/monitor.go 0% <0%> (ø) :arrow_up:
monitor/internal/pod/config.go 100% <100%> (ø) :arrow_up:
monitor/internal/pod/controller.go 72.41% <45.83%> (-0.27%) :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 73e249e...f5b76e8. Read the comment docs.

aporeto-bot commented 5 years ago

/build - automatically fired by gogo with following PRs and commit SHAs v1.0.0

[
  {
    "project": "fix-k8s-ignore-stopped",
    "component": "enforcerd",
    "pr-id": "1461",
    "commit-sha": "3238041d821fc40b11a07798a63856f53382d25d"
  },
  {
    "project": "fix-k8s-ignore-stopped",
    "component": "trireme-lib",
    "pr-id": "907",
    "commit-sha": "f5b76e86d035bc21e97ceabf822079fd6785088a"
  }
]
aporeto-bot commented 5 years ago

/build - automatically fired by gogo with following PRs and commit SHAs v1.0.0

[
  {
    "project": "fix-k8s-ignore-stopped",
    "component": "enforcerd",
    "pr-id": "1461",
    "commit-sha": "e4589649d2b5632b46844ac71d78803f5eecf7ee"
  },
  {
    "project": "fix-k8s-ignore-stopped",
    "component": "trireme-lib",
    "pr-id": "907",
    "commit-sha": "f5b76e86d035bc21e97ceabf822079fd6785088a"
  }
]
mheese commented 5 years ago

Closing in favor of https://github.com/aporeto-inc/enforcerd/pull/1465