mirror of
https://github.com/rancher/plugins.git
synced 2025-09-13 21:37:27 +00:00
- start list of linux_only plugins; ignore them when testing on Windows - Isolate linux-only code by filename suffix - Remove stub (NotImplemented) functions - other misc. fixes for Windows compatibility
Sample CNI plugin
This is an example of a sample chained plugin. It includes solutions for some of the more subtle cases that can be experienced with multi-version chained plugins.
To use it, just add your code to the cmdAdd and cmdDel plugins.