Skip to content

Commit

Permalink
Add comment
Browse files Browse the repository at this point in the history
Signed-off-by: Daichi Sakaue <[email protected]>
  • Loading branch information
yokaze committed Oct 16, 2024
1 parent a1ac70d commit eea9c1d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cmd/list.go
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,7 @@ func runList(ctx context.Context, w io.Writer, name string) error {
return err
}

// The same rule appears multiple times in the response, so we need to dedup it
policySet := make(map[derivedFromEntry]struct{})

ingressRules := response.Payload.Status.Policy.Realized.L4.Ingress
Expand Down

0 comments on commit eea9c1d

Please sign in to comment.