Versions in this module Expand all Collapse all v1 v1.0.0 Jul 24, 2018 Changes in this version + func NewSDNInterfaces(options configapi.NodeConfig, networkClient networkclient.Interface, ...) (NodeInterface, ProxyInterface, error) + type NetworkConfig struct + DNSServer *dns.Server + EnableUnidling bool + ExternalKubeClientset kclientsetexternal.Interface + InternalKubeInformers kinternalinformers.SharedInformerFactory + InternalNetworkInformers networkinformers.SharedInformerFactory + KubeClientset kclientset.Interface + ProxyConfig *kubeproxyconfig.KubeProxyConfiguration + SDNNode NodeInterface + SDNProxy ProxyInterface + func New(options configapi.NodeConfig, clusterDomain string, ...) (*NetworkConfig, error) + func (c *NetworkConfig) RunDNS(stopCh <-chan struct{}) + func (c *NetworkConfig) RunProxy() + func (c *NetworkConfig) RunSDN() + type NodeInterface interface + Start func() error + type ProxyInterface interface + Start func(proxyconfig.EndpointsHandler) error