Skip to content

Commit f369b65

Browse files
committed
switch config-daemon to use controller-runtime
Signed-off-by: Sebastian Sch <[email protected]>
1 parent a5e3a74 commit f369b65

File tree

8 files changed

+1099
-1194
lines changed

8 files changed

+1099
-1194
lines changed

cmd/sriov-network-config-daemon/start.go

Lines changed: 170 additions & 132 deletions
Large diffs are not rendered by default.

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,6 @@ require (
3939
github.com/vishvananda/netns v0.0.4
4040
go.uber.org/zap v1.25.0
4141
golang.org/x/net v0.33.0
42-
golang.org/x/time v0.3.0
4342
gopkg.in/check.v1 v1.0.0-20201130134442-10cb98267c6c
4443
gopkg.in/yaml.v3 v3.0.1
4544
k8s.io/api v0.28.3
@@ -151,6 +150,7 @@ require (
151150
golang.org/x/sys v0.28.0 // indirect
152151
golang.org/x/term v0.27.0 // indirect
153152
golang.org/x/text v0.21.0 // indirect
153+
golang.org/x/time v0.3.0 // indirect
154154
golang.org/x/tools v0.21.1-0.20240508182429-e35e4ccd0d2d // indirect
155155
gomodules.xyz/jsonpatch/v2 v2.4.0 // indirect
156156
google.golang.org/appengine v1.6.8 // indirect

0 commit comments

Comments
 (0)