Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetworkMonitorer ¶
type NetworkMonitorer interface { InstallFlows(context.Context, *v1alpha1.NetworkMonitor) error InstallThresholds(context.Context, *v1alpha1.NetworkMonitor) error DeleteFlows(context.Context, *v1alpha1.NetworkMonitor) error DeleteThresholds(context.Context, *v1alpha1.NetworkMonitor) error CheckEvents(context.Context, *v1alpha1.NetworkMonitor) ([]v1alpha1.Event, error) }
Click to show internal directories.
Click to hide internal directories.