kuryr-kubernetes/kuryr_cni
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
..
vendor/github.com Implement kuryr-cni in golang 2019-06-17 12:58:37 +02:00
Gopkg.lock Implement kuryr-cni in golang 2019-06-17 12:58:37 +02:00
Gopkg.toml Implement kuryr-cni in golang 2019-06-17 12:58:37 +02:00
README Implement kuryr-cni in golang 2019-06-17 12:58:37 +02:00
main.go Remove runtime.LockOSThread() call from kuryr-cni 2019-08-30 15:03:54 +02:00
ovo.go Implement kuryr-cni in golang 2019-06-17 12:58:37 +02:00

README

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