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 error: Exported function with unexported type #44

Closed NetanelBollag closed 1 year ago

NetanelBollag commented 1 year ago

Description

Intents holder is used in main, but its type is unexpected. Since it make set to handle it in main, this CR just change it type to exported.