Skip to content

Commit

Permalink
support cniVersion 1.0.0
Browse files Browse the repository at this point in the history
update plugin to support cni version 1.0.0

Signed-off-by: adrianc <[email protected]>
  • Loading branch information
adrianchiris committed May 28, 2024
1 parent 063125a commit 66c9f1b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/rdma/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -315,5 +315,5 @@ func main() {
stateCache: cache.NewStateCache(),
}
skel.PluginMain(plugin.CmdAdd, plugin.CmdCheck, plugin.CmdDel,
cniversion.PluginSupports("0.1.0", "0.2.0", "0.3.0", "0.3.1", "0.4.0"), "")
cniversion.All, "")
}

0 comments on commit 66c9f1b

Please sign in to comment.