events

package
v1.1.2 Latest Latest
Warning

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

Go to latest
Published: May 1, 2024 License: Apache-2.0 Imports: 2 Imported by: 6

Documentation

Index

Constants

View Source
const (
	HealthStatus = "HealthStatus"
)
View Source
const (
	// NodeTypeKey is a reserved composite key for event name.
	NodeTypeKey = "node.event"
)

Type Keys

Variables

View Source
var HealthStatusList = map[string][]string{NodeTypeKey: {HealthStatus}}
View Source
var QueryHealthStatus = uevent.QueryFor(NodeTypeKey, HealthStatus)

Functions

This section is empty.

Types

type DataHealthStatus

type DataHealthStatus struct {
	// Error is the error that was encountered in case of a health check failure. Nil implies healthy.
	Error error
}

func (DataHealthStatus) String added in v1.1.1

func (dhs DataHealthStatus) String() string

Jump to

Keyboard shortcuts

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