plugins/invoke
Onur 46e17b26ff spec, libcni, pkg/invoke: Use OS-agnostic separator when parsing CNI_PATH
Hardcoding the list separator character as ":" causes CNI to fail when parsing
CNI_PATH on other operating systems. For example, Windows uses ";" as list
separator because ":" can legally appear in paths such as "C:\path\to\file".
This change replaces use of ":" with OS-agnostic APIs or os.PathListSeparator.

Fixes #358
2017-01-28 16:47:58 -08:00
..
fakes pkg/invoke: refactor plugin exec and backfill unit tests 2016-09-02 15:59:25 -04:00
args.go all: assert internal objects implement interfaces 2016-12-14 17:09:01 -06:00
delegate.go spec, libcni, pkg/invoke: Use OS-agnostic separator when parsing CNI_PATH 2017-01-28 16:47:58 -08:00
exec_test.go spec/plugins: return interface details and multiple IP addresses to runtime 2017-01-25 11:31:18 -06:00
exec.go types: make Result an interface and move existing Result to separate package 2017-01-25 11:31:18 -06:00
find_test.go *: appc/cni -> containernetworking/cni 2016-05-19 12:06:36 +02:00
find.go Better error message when plugin cannot be found 2016-02-10 13:42:10 -08:00
get_version_integration_test.go versioning: revert spec version to 0.2.0 2016-09-06 15:37:42 -04:00
invoke_suite_test.go invoke: backfill tests for plugin execution 2016-08-30 23:52:47 -04:00
raw_exec_test.go spec/plugins: return interface details and multiple IP addresses to runtime 2017-01-25 11:31:18 -06:00
raw_exec.go pkg/invoke: refactor plugin exec and backfill unit tests 2016-09-02 15:59:25 -04:00