Documentation ¶
Overview ¶
Package fake is a fake datapath implementation. It does not implement any datapath specific concepts and is useful for mocking and testing.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewIPv4OnlyNodeAddressing ¶
func NewIPv4OnlyNodeAddressing() datapath.NodeAddressing
NewIPv4OnlyNodeAddressing returns a new fake node addressing where IPv6 is disabled
func NewIPv6OnlyNodeAddressing ¶
func NewIPv6OnlyNodeAddressing() datapath.NodeAddressing
NewIPv6OnlyNodeAddressing returns a new fake node addressing where IPv4 is disabled
func NewNodeAddressing ¶
func NewNodeAddressing() datapath.NodeAddressing
NewNodeAddressing returns a new fake node addressing
func NewNodeHandler ¶
func NewNodeHandler() datapath.NodeHandler
NewNodeHandler returns a fake NodeHandler that performs no actions
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.