plugins/plugins/sample
2018-06-15 15:28:53 +02:00
..
main.go plugins/* stub-out GET functions so plugins build with v0.7 2018-06-15 15:28:53 +02:00
README.md sample: create sample plugin 2017-03-13 14:31:58 +01:00
sample_linux_test.go plugins/testutils: pass CNI_CONTAINERID to plugins in testcases 2018-04-26 11:24:30 -05:00
sample_suite_test.go build: some small improvements; bump to go1.10 2018-04-12 16:59:51 +02:00

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.