-
Notifications
You must be signed in to change notification settings - Fork 748
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor egressContext new constructor per PR comments
- Loading branch information
Showing
4 changed files
with
38 additions
and
136 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
{"level":"info","ts":"2023-04-25T15:31:56.852-0400","caller":"egress-cni-plugin/netconf.go:74","msg":"Constructed new logger instance"} | ||
{"level":"debug","ts":"2023-04-25T15:31:56.852-0400","caller":"egress-cni-plugin/main_test.go:84","msg":"Received an ADD request for: conf=&{{0.4.0 aws-cni aws-cni map[] {host-local} {[] [] []} map[] 0xc000222b00} 9001 true 192.168.1.123 egress-plugin.log DEBUG}; Plugin enabled=true"} | ||
{"level":"debug","ts":"2023-04-25T15:31:56.853-0400","caller":"egress-cni-plugin/main.go:113","msg":"Node IP: 192.168.1.123"} | ||
{"level":"info","ts":"2023-04-25T15:31:56.853-0400","caller":"egress-cni-plugin/netconf.go:74","msg":"Constructed new logger instance"} | ||
{"level":"debug","ts":"2023-04-25T15:31:56.853-0400","caller":"egress-cni-plugin/main_test.go:152","msg":"Received Del Request: nsPath: /var/run/netns/cni-xxxx conf=&{{0.4.0 aws-cni aws-cni map[] {host-local} {[] [] []} map[] 0xc000116580} 9001 true 192.168.1.123 egress-plugin.log DEBUG}"} | ||
{"level":"debug","ts":"2023-04-25T15:31:56.853-0400","caller":"egress-cni-plugin/main.go:151","msg":"DEL: SNAT setup, let's clean them up. Size of ipnets: 1"} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters