Skip to content

Commit 9ac781e

Browse files
authored
Merge pull request #5345 from npinaeva/bridgeconfig-v2
refactor pkg/node bridgeconfig into its own package, fix the locking
2 parents cdc2671 + 33e20b8 commit 9ac781e

26 files changed

+2155
-2005
lines changed

go-controller/.golangci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,10 @@ linters-settings:
6060
# Other frequently used deps
6161
- pkg: github.com/ovn-kubernetes/libovsdb/ovsdb
6262
alias: ""
63+
- pkg: github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/util
64+
alias: nodeutil
65+
- pkg: github.com/ovn-org/ovn-kubernetes/go-controller/pkg/node/types
66+
alias: nodetypes
6367

6468
revive:
6569
rules:

0 commit comments

Comments
 (0)