Documentation ¶
Index ¶
Constants ¶
View Source
const (
// AutoCIDR indicates that a CIDR should be allocated
AutoCIDR = "auto"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NodeDiscovery ¶
type NodeDiscovery struct { Manager *nodemanager.Manager LocalConfig datapath.LocalNodeConfiguration Registrar nodestore.NodeRegistrar LocalNode node.Node Registered chan struct{} }
NodeDiscovery represents a node discovery action
func NewNodeDiscovery ¶
func NewNodeDiscovery(manager *nodemanager.Manager, mtuConfig mtu.Configuration) *NodeDiscovery
NewNodeDiscovery returns a pointer to new node discovery object
func (*NodeDiscovery) Close ¶
func (n *NodeDiscovery) Close()
Close shuts down the node discovery engine
func (*NodeDiscovery) StartDiscovery ¶
func (n *NodeDiscovery) StartDiscovery(nodeName string)
start configures the local node and starts node discovery. This is called on agent startup to configure the local node based on the configuration options passed to the agent. nodeName is the name to be used in the local agent.
Click to show internal directories.
Click to hide internal directories.