cri-o/pkg/ocicni
Samuel Ortiz b480336dd7 ocicni: Handle create and write events
By only handling create events, we are breaking plugins that don't
create and write atomically, like weave for example.
The Weave plugin creates the file first and later write to it. We are
missing the second part and never see the final CNI config file.

Signed-off-by: Samuel Ortiz <sameo@linux.intel.com>
2017-06-09 10:19:26 +02:00
..
LICENSE move ocicni from vendors to pkg/ 2017-01-19 17:45:54 -05:00
noop.go move ocicni from vendors to pkg/ 2017-01-19 17:45:54 -05:00
ocicni.go ocicni: Handle create and write events 2017-06-09 10:19:26 +02:00
README.md move ocicni from vendors to pkg/ 2017-01-19 17:45:54 -05:00
types.go move ocicni from vendors to pkg/ 2017-01-19 17:45:54 -05:00
util.go move ocicni from vendors to pkg/ 2017-01-19 17:45:54 -05:00

ocicni

API layer to call the CNI plugins from an OCI lifecycle daemon