Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type InterferenceDetector ¶
type InterferenceDetector interface { // Tracks the behavior of the container. AddContainer(ref info.ContainerReference) // Returns a list of possible interferences. The upper layer may take action // based on the interference. Detect() ([]*info.Interference, error) // The name of the detector. Name() string }
InterferenceDectector detects if there's a container which interferences with a set of containers. The detector tracks a set of containers and find the victims and antagonist.
Click to show internal directories.
Click to hide internal directories.