plugins/pkg/types
Dan Williams d5acb127b8 spec/plugins: return interface details and multiple IP addresses to runtime
Updates the spec and plugins to return an array of interfaces and IP details
to the runtime including:

- interface names and MAC addresses configured by the plugin
- whether the interfaces are sandboxed (container/VM) or host (bridge, veth, etc)
- multiple IP addresses configured by IPAM and which interface they
have been assigned to

Returning interface details is useful for runtimes, as well as allowing
more flexible chaining of CNI plugins themselves.  For example, some
meta plugins may need to know the host-side interface to be able to
apply firewall or traffic shaping rules to the container.
2017-01-25 11:31:18 -06:00
..
020 spec/plugins: return interface details and multiple IP addresses to runtime 2017-01-25 11:31:18 -06:00
current spec/plugins: return interface details and multiple IP addresses to runtime 2017-01-25 11:31:18 -06:00
args_test.go pkg/types: cover string for unmarshal tests 2016-06-13 18:18:36 -07:00
args.go pkg/types: Add UnmarshallableString type 2016-06-09 14:45:58 -07:00
types_suite_test.go *: add missing license headers + check 2016-04-01 15:35:21 +02:00
types.go spec/plugins: return interface details and multiple IP addresses to runtime 2017-01-25 11:31:18 -06:00