mirror of
https://github.com/rancher/plugins.git
synced 2025-07-07 12:10:20 +00:00
versioning: document meaning of 'Legacy' version support
This commit is contained in:
parent
536cb5b99b
commit
adf28a84c6
@ -79,4 +79,11 @@ func Decode(jsonBytes []byte) (PluginInfo, error) {
|
||||
return &info, nil
|
||||
}
|
||||
|
||||
// Legacy PluginInfo describes a plugin that is backwards compatible with the
|
||||
// CNI spec version 0.1.0. In particular, a runtime compiled against the 0.1.0
|
||||
// library ought to work correctly with a plugin that reports support for
|
||||
// Legacy versions.
|
||||
//
|
||||
// Any future CNI spec versions which meet this definition will be added to
|
||||
// this list.
|
||||
var Legacy = PluginSupports("0.1.0", "0.2.0", "0.3.0")
|
||||
|
Loading…
Reference in New Issue
Block a user