interference

package
v0.0.0-...-0003b89 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 12, 2014 License: Apache-2.0 Imports: 1 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL