Michał Dulko d28815aac6 Remove runtime.LockOSThread() call from kuryr-cni
runtime.LockOSThread() was a leftover from initial CNI plugin skeleton.
It is only required when CNI plugin does the netns operations. Our
plugin isn't doing that as it's kuryr-daemon that is responsible for
that.

Also the imports are now in nicer order.

Change-Id: I1d7ee6a8fec104fd09094a49304a4c22b419cf3a
2019-08-30 15:03:54 +02:00
..
2019-06-17 12:58:37 +02:00
2019-06-17 12:58:37 +02:00
2019-06-17 12:58:37 +02:00
2019-06-17 12:58:37 +02:00

This is golang part of Kuryr, that is the CNI plugin that gets injected into
the host.