Skip to content

Commit

Permalink
Update pkg/pipeline/transform/transform_network.go
Browse files Browse the repository at this point in the history
Co-authored-by: Julien Pinsonneau <[email protected]>
  • Loading branch information
OlivierCazade and jpinsonneau authored Jan 8, 2024
1 parent 0d23193 commit c768ede
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion pkg/pipeline/transform/transform_network.go
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ func objectIsApp(obj kubernetes.Info, additionalInfraPrefix string) bool {
}
return true
}

func (n *Network) categorizeIP(ip net.IP) string {
if ip != nil {
for _, subnetCat := range n.categories {
Expand Down

0 comments on commit c768ede

Please sign in to comment.