We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bbae220 + dd65e2d commit 0137b32Copy full SHA for 0137b32
libcni/api.go
@@ -114,6 +114,8 @@ type CNI interface {
114
GetStatusNetworkList(ctx context.Context, net *NetworkConfigList) error
115
116
GetCachedAttachments(containerID string) ([]*NetworkAttachment, error)
117
+
118
+ GetVersionInfo(ctx context.Context, pluginType string) (version.PluginInfo, error)
119
}
120
121
type CNIConfig struct {
0 commit comments