Versions in this module Expand all Collapse all v0 v0.5.0 Sep 22, 2016 Changes in this version + type OVSPlugin struct + IntegrationBridage string + func NewOVSPlugin() *OVSPlugin + func (p *OVSPlugin) DestroyInterface(podName, podInfraContainerID string, port *ports.Port, containerRuntime string) error + func (p *OVSPlugin) Init(integrationBridge string) error + func (p *OVSPlugin) Name() string + func (p *OVSPlugin) SetupDockerInterface(podName, podInfraContainerID string, port *ports.Port, ipcidr, gateway string) error + func (p *OVSPlugin) SetupHyperInterface(podName, podInfraContainerID string, port *ports.Port, ipcidr, gateway string, ...) error + func (p *OVSPlugin) SetupInterface(podName, podInfraContainerID string, port *ports.Port, ipcidr, gateway string, ...) error + func (p *OVSPlugin) SetupOVSInterface(podName, podInfraContainerID string, port *ports.Port, ipcidr, gateway string, ...) error