Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewCfg ¶ added in v0.7.0
func NewCfg(nodeConfig *mmsp.NodeMgmtConfig) error
Types ¶
type LocalNodeInterface ¶
type LocalNodeInterface interface { Connection() connection.Interface Router() router.Interface AddNetworkEndpoint(endpointID, dnsName, reqIPv4 string) (string, error) RemoveNetworkEndpoint(endpointID string) error GetNodeLSA() *routing.LSA NodeReq() *topology.NodeReq Node() *topology.Node DNSPort() int IsK8sGwEnabled() bool Close() }
func LocalNode ¶
func LocalNode() LocalNodeInterface
Click to show internal directories.
Click to hide internal directories.