events

package
v0.5.1 Latest Latest
Warning

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

Go to latest
Published: Mar 28, 2024 License: Apache-2.0 Imports: 0 Imported by: 0

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.

Jump to

Keyboard shortcuts

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