diff --git a/content/docs/spec.md b/content/docs/spec.md index 11d6ff3..1e1430d 100644 --- a/content/docs/spec.md +++ b/content/docs/spec.md @@ -42,7 +42,6 @@ weight: 100 - [Delegated plugins (IPAM)](#delegated-plugins-ipam) - [VERSION Success](#version-success) - [Error](#error) - - [Version](#version-1) - [Appendix: Examples](#appendix-examples) - [Add example](#add-example) - [Check example](#check-example) @@ -656,21 +655,6 @@ Error Code|Error Description In addition, stderr can be used for unstructured output such as logs. -### Version - -Plugins must output a JSON object with the following keys upon a `VERSION` operation: - -- `cniVersion`: The value of `cniVersion` specified on input -- `supportedVersions`: A list of supported specification versions - -Example: -```json -{ - "cniVersion": "1.1.0", - "supportedVersions": [ "0.1.0", "0.2.0", "0.3.0", "0.3.1", "0.4.0", "1.0.0", "1.1.0" ] -} -``` - ## Appendix: Examples We assume the network configuration [shown above](#Example-configuration) in section 1. For this attachment, the runtime produces `portmap` and `mac` capability args, along with the generic argument "argA=foo".