otterize / network-mapper

Map Kubernetes traffic: in-cluster, to the Internet, and to AWS IAM and export as text, intents, or an image
Apache License 2.0
612 stars 23 forks source link

Fix bug where discovered traffic from a pod wasn't filtered properly by its creation timestamp #243

Closed omris94 closed 1 month ago

omris94 commented 1 month ago

Description

Fix bug where traffic from a pod wasn't filtered properly by its creation timestamp. It happened because the filtering function didn't get a pointer - so the filter operation did not affect the calling scope.

Testing

Checklist