Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkStreamClient ¶
type NetworkStreamClient interface {
ContainerCallback(notif containercollection.PubSubEvent)
ReportEvent(eventType utils.EventType, event utils.K8sEvent)
Start()
}
type NetworkStreamMock ¶
type NetworkStreamMock struct {
}
func CreateNetworkStreamMock ¶
func CreateNetworkStreamMock() *NetworkStreamMock
func (NetworkStreamMock) ContainerCallback ¶
func (r NetworkStreamMock) ContainerCallback(_ containercollection.PubSubEvent)
func (NetworkStreamMock) ReportEvent ¶
func (r NetworkStreamMock) ReportEvent(_ utils.EventType, _ utils.K8sEvent)
func (NetworkStreamMock) Start ¶
func (r NetworkStreamMock) Start()
Click to show internal directories.
Click to hide internal directories.