Documentation ¶
Index ¶
Constants ¶
View Source
const (
// ContainerStarted is delivered to policies when a StartContainer request succeeds.
ContainerStarted = "container-started"
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metrics ¶
type Metrics struct { }
Metrics is a set of metrics-related events we might need to act upon.
type Policy ¶
type Policy struct { // Event is the policy-specific type of this event. Type string // Source describes where this event is originated from. Source string // Data is any optional arbitrary data associated with this event. Data interface{} }
Policy is a policy-specific event to be handled by the active policy.
Click to show internal directories.
Click to hide internal directories.