mirror of
https://github.com/rancher/plugins.git
synced 2025-09-06 22:35:26 +00:00
skel: Plugins require a cniVersion in the NetConf
This commit is contained in:
committed by
Gabe Rosenhouse
parent
de91f31ae7
commit
921292ff77
@@ -56,6 +56,7 @@ func PluginSupports(supportedVersions ...string) PluginInfo {
|
||||
}
|
||||
}
|
||||
|
||||
// PluginDecoder can decode the response returned by a plugin's VERSION command
|
||||
type PluginDecoder struct{}
|
||||
|
||||
func (_ *PluginDecoder) Decode(jsonBytes []byte) (PluginInfo, error) {
|
||||
|
Reference in New Issue
Block a user