kubernetes/pkg/kubelet/network
Dan Williams 5633d7423a kubelet: add network plugin manager with per-pod operation locking
The PluginManager almost duplicates the network plugin interface, but
not quite since the Init() function should be called by whatever
actually finds and creates the network plugin instance.  Only then
does it get passed off to the PluginManager.

The Manager synchronizes pod-specific network operations like setup,
teardown, and pod network status.  It passes through all other
operations so that runtimes don't have to cache the network plugin
directly, but can use the PluginManager as a wrapper.
2017-02-16 13:48:32 -06:00
..
cni teach kubenet to use hostport_manager 2017-02-08 09:35:04 -08:00
hairpin Enable auto-generating sources rules 2017-01-05 14:14:13 -08:00
hostport add hostport manager 2017-02-08 09:26:52 -08:00
kubenet teach kubenet to use hostport_manager 2017-02-08 09:35:04 -08:00
mock_network start the apimachinery repo 2017-01-11 09:09:48 -05:00
testing kubelet: add network plugin manager with per-pod operation locking 2017-02-16 13:48:32 -06:00
BUILD kubelet: add network plugin manager with per-pod operation locking 2017-02-16 13:48:32 -06:00
network.go Add network-plugin-mtu option for MTU selection 2016-08-23 01:50:58 -04:00
plugins.go kubelet: add network plugin manager with per-pod operation locking 2017-02-16 13:48:32 -06:00