interfaces

package
v0.12.1 Latest Latest
Warning

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

Go to latest
Published: Nov 17, 2023 License: Apache-2.0 Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AlertingSecret

type AlertingSecret interface {
	proto.Message
	// redacts secret fields
	RedactSecrets()
}

type Cloneable

type Cloneable[T any] interface {
	Clone() T
}

type Routable added in v0.8.3

type Routable interface {
	GetRoutingLabels() map[string]string
	GetRoutingAnnotations() map[string]string
	GetRoutingGoldenSignal() string
	// build-time identifier to flag optimizations where possible
	// notifications have the default namespace
	Namespace() string
}

Jump to

Keyboard shortcuts

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