Documentation
¶
Index ¶
Constants ¶
View Source
const ( ResyncTimeDefault = time.Duration(5) * time.Minute ClusterIpRangeDefault = "10.254.0.0/16" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkManager ¶
type NetworkManager struct { ConfigFile string Client *client.Client Controller network.NetworkController PodStore cache.Indexer PodInformer *framework.Controller NamespaceStore cache.Store NamespaceInformer *framework.Controller RCStore cache.Store RCInformer *framework.Controller ServiceStore cache.Store ServiceInformer *framework.Controller Shutdown chan struct{} // contains filtered or unexported fields }
func NewNetworkManager ¶
func NewNetworkManager() *NetworkManager
func (*NetworkManager) AddFlags ¶
func (m *NetworkManager) AddFlags(fs *flag.FlagSet)
func (*NetworkManager) Run ¶
func (m *NetworkManager) Run(args []string) error
Click to show internal directories.
Click to hide internal directories.