Versions in this module Expand all Collapse all v0 v0.19.0 Jun 9, 2015 Changes in this version + const DefaultPluginName + func NewFakeHost(kubeClient client.Interface) *fakeNetworkHost + func UnescapePluginName(in string) string + type Host interface + GetKubeClient func() client.Interface + GetPodByName func(namespace, name string) (*api.Pod, bool) + type NetworkPlugin interface + Init func(host Host) error + Name func() string + SetUpPod func(namespace string, name string, podInfraContainerID kubeletTypes.DockerID) error + TearDownPod func(namespace string, name string, podInfraContainerID kubeletTypes.DockerID) error + func InitNetworkPlugin(plugins []NetworkPlugin, networkPluginName string, host Host) (NetworkPlugin, error)