Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type LocalNodeInterface ¶
type LocalNodeInterface interface { Connection() connection.Interface Router() router.Interface AddNetworkEndpoint(endpointID, dnsName, reqIPv4 string) (string, error) RemoveNetworkEndpoint(endpointID string) error NetworkNodeWithoutEndpoints() *network.Node NetworkNode() *network.Node IsK8sGwEnabled() bool Close() }
func LocalNode ¶
func LocalNode() LocalNodeInterface
Click to show internal directories.
Click to hide internal directories.