Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InactiveDataplane ¶
type InactiveDataplane struct { }
InactiveDataplane is a stubbed DataplaneDriver implementation that does nothing. It is used when this is not the active Felix instance to prevent Felix from modifying the data plane.
func (*InactiveDataplane) RecvMessage ¶
func (i *InactiveDataplane) RecvMessage() (msg interface{}, err error)
func (*InactiveDataplane) SendMessage ¶
func (i *InactiveDataplane) SendMessage(msg interface{}) error
Click to show internal directories.
Click to hide internal directories.