events

package
v0.9.0 Latest Latest
Warning

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

Go to latest
Published: Jan 11, 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 Avx

type Avx struct {
	// Updates contains containers with a change in their AVX512 instruction usage.
	Updates map[string]bool
}

AVX contains data related to container AVX512 instruction usage.

type Metrics

type Metrics struct {
	// Avx describes changes in container AVX512 instruction usage.
	Avx *Avx
}

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